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§
- Binary
Block Decompressor - Binary
Mini Block Decompressor - Binary
Mini Block Encoder - Variable
Decoder - Variable
Encoder - Most basic encoding for variable-width data which does no compression at all The DataBlock memory layout looks like below: