Skip to main content

Module tag

Module tag 

Source
Expand description

Value type tag stored in each non-NULL value block.

Constants§

BOOL
INTEGER
REAL
TEXT
VECTOR
Phase 7a — dense f32 vector. Layout after the tag byte: dim (varint) | dim × 4 bytes f32 little-endian. dim is self-describing (varint) so decode_value can read the payload without consulting schema metadata.