Module binary

Module binary 

Source
Expand description

Basic encodings for variable width data

These are not compression but represent the “leaf” encodings for variable length data where we simply match the data with the rules of the structural encoding.

These encodings are transparent since we aren’t actually doing any compression. No information is needed in the encoding description.

Structs§

BinaryBlockDecompressor
BinaryMiniBlockDecompressor
BinaryMiniBlockEncoder
VariableDecoder
VariableEncoder
Most basic encoding for variable-width data which does no compression at all The DataBlock memory layout looks like below: