Skip to content

Commit 3034660

Browse files
author
hor911
committed
Public TValuePackerTransport.IsBlock_ field
commit_hash:1460634e062682d017761c493ba36122257278e9
1 parent ff081e2 commit 3034660

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

yql/essentials/minikql/computation/mkql_computation_node_pack.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ class TValuePackerTransport {
9090
return !ItemCount_;
9191
}
9292

93+
bool IsBlock() const {
94+
return IsBlock_;
95+
}
96+
9397
void Clear();
9498
NYql::TChunkedBuffer Finish();
9599

0 commit comments

Comments
 (0)