Skip to content

Commit 63b44b2

Browse files
authored
YQL-18052: Implement Arrow IO spec for purecalc (#5079)
1 parent 29e1e45 commit 63b44b2

File tree

10 files changed

+953
-0
lines changed

10 files changed

+953
-0
lines changed

ydb/library/yql/public/purecalc/common/interface.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,8 @@ namespace NYql {
784784

785785
return AllVirtualColumns_;
786786
}
787+
788+
static constexpr bool ProvidesBlocks = false;
787789
};
788790

789791
/**
@@ -827,6 +829,8 @@ namespace NYql {
827829
void SetOutputColumnsFilter(const TMaybe<THashSet<TString>>& outputColumnsFilter) {
828830
OutputColumnsFilter_ = outputColumnsFilter;
829831
}
832+
833+
static constexpr bool AcceptsBlocks = false;
830834
};
831835

832836
////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)