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.md and the Rust columnar-v2 feature.

Functions

isLikelyColumnarV2Header(Uint8List data) bool
Returns whether data is long enough to carry the sketch header and starts with the v2 magic (little-endian).