Files
scylladb/readers/nonforwardable.hh
Botond Dénes 7626beb729 readers/nonforwardable: convert to v2
It has a single user, the row cache, which for now has to
upgrade/downgrade around the nonforwardable reader, but this will go
away in the next patches when the row cache readers are converted to v2
proper.
2022-04-21 14:34:00 +03:00

14 lines
223 B
C++

/*
* Copyright (C) 2022-present ScyllaDB
*/
/*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
class flat_mutation_reader_v2;
flat_mutation_reader_v2 make_nonforwardable(flat_mutation_reader_v2, bool);