We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5062536 commit 483ff2cCopy full SHA for 483ff2c
ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.h
@@ -95,10 +95,6 @@ class IFetchingStep: public TNonCopyable {
95
Signals.AddBytes(size);
96
}
97
98
- virtual bool Merge(const std::shared_ptr<const IFetchingStep>& /*nextStep*/) {
99
- return false;
100
- }
101
-
102
virtual ~IFetchingStep() = default;
103
104
[[nodiscard]] TConclusion<bool> ExecuteInplace(const std::shared_ptr<IDataSource>& source, const TFetchingScriptCursor& step) const {
0 commit comments