Browse Source

Public TValuePackerTransport.IsBlock_ field
commit_hash:1460634e062682d017761c493ba36122257278e9

hor911 8 hours ago
parent
commit
30346608d4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      yql/essentials/minikql/computation/mkql_computation_node_pack.h

+ 4 - 0
yql/essentials/minikql/computation/mkql_computation_node_pack.h

@@ -90,6 +90,10 @@ public:
         return !ItemCount_;
     }
 
+    bool IsBlock() const {
+        return IsBlock_;
+    }
+
     void Clear();
     NYql::TChunkedBuffer Finish();