diff --git a/ydb/library/yql/dq/runtime/dq_input_producer.cpp b/ydb/library/yql/dq/runtime/dq_input_producer.cpp index 78aeeeb75ccb..c28b620c9baf 100644 --- a/ydb/library/yql/dq/runtime/dq_input_producer.cpp +++ b/ydb/library/yql/dq/runtime/dq_input_producer.cpp @@ -421,6 +421,10 @@ class TDqInputMergeBlockStreamValue : public TComputationValue= BlockLen_; } + bool IsFinished() const { + return IsFinished_; + } + void NextRow() { Y_DEBUG_ABORT_UNLESS(!IsEmpty()); ++CurrBlockIndex_; @@ -633,7 +637,7 @@ class TDqInputMergeBlockStreamValue : public TComputationValue