Skip to main content

Module decode

Module decode 

Source
Expand description

Binary Tuple decoder: O(1) field extraction from tuple bytes.

Given a schema and a column index, computes the byte offset and extracts the field value without parsing any other column. This is the core performance advantage over self-describing formats like MessagePack/BSON.

Structsยง

TupleDecoder
Decodes fields from Binary Tuples according to a fixed schema.