/* * Copyright (C) 2019-present ScyllaDB */ /* * SPDX-License-Identifier: AGPL-3.0-or-later */ #pragma once #include #include "timestamp.hh" struct mutation_source_metadata { std::optional min_timestamp; std::optional max_timestamp; };