/* * Copyright (C) 2022-present ScyllaDB */ /* * SPDX-License-Identifier: AGPL-3.0-or-later */ #pragma once #include using namespace seastar; class mutation_source; class position_in_partition; class flat_mutation_reader_v2; namespace streamed_mutation { class forwarding_tag; using forwarding = bool_class; } namespace mutation_reader { class partition_range_forwarding_tag; using forwarding = bool_class; }