Skip to main content

Module binary

Module binary 

Source
Expand description

Binary compression schemes.

Structsยง

BinaryDictScheme
Dictionary encoding for low-cardinality binary values.
VarBinScheme
Offset-based (rather than view-based) storage for binary arrays.
ZstdBuffersScheme
Zstd buffer-level compression preserving array layout for GPU decompression.
ZstdScheme
Zstd compression without dictionaries for binary arrays.