infrastructure/native/protocol/columnar_v2_flags library
Constants
- columnarV2Magic → const int
-
Wire constants for the columnar v2 result layout (row-major v1 remains
default). Emitter/parser integration is not wired; see
doc/notes/columnar_protocol_sketch.mdand the Rustcolumnar-v2feature.
Functions
-
isLikelyColumnarV2Header(
Uint8List data) → bool -
Returns whether
datais long enough to carry the sketch header and starts with the v2 magic (little-endian).