Module fullzip

Module fullzip 

Source
Expand description

Routines for encoding and decoding full-zip data

Full-zip is one of the two structural encodings in Lance 2.1. In this approach the various compressed buffers are zipped together so that all parts of a value are stored contiguously in memory.

This requires transparent compression and is most suitable for large data types.

Enums§

PerValueDataBlock
Per-value compression must either:

Traits§

PerValueCompressor
Trait for compression algorithms that are suitable for use in the zipped structural encoding