Expand description
Order-preserving key encoding (tuple layer) and row encoding for non-PK column storage.
Functionsยง
- decode_
composite_ key - Decode a composite key into multiple values.
- decode_
key_ value - Decode a single key value, returning the value and the number of bytes consumed.
- decode_
row - Decode a row into non-PK column values.
- encode_
composite_ key - Encode a composite key (multiple values concatenated).
- encode_
key_ value - Encode a single value into an order-preserving byte sequence.
- encode_
row - Encode non-PK column values into a row. Format: [col_count: u16][null_bitmap][per-column: data_type(u8) + data_len(u32) + data]