Skip to main content

VECTOR

Constant VECTOR 

Source
pub const VECTOR: u8 = 4;
Expand description

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.