/* * Copyright (C) 2019-present ScyllaDB */ /* * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0 */ #pragma once #include #include "timestamp.hh" struct mutation_source_metadata { std::optional min_timestamp; std::optional max_timestamp; };