lance_encoding

Module encoder

Source

Structs§

Enums§

Constants§

Traits§

  • Encodes data from one format to another (hopefully more compact or useful) format
  • A trait to pick which encoding strategy to use for a single page of data
  • Trait for compression algorithms that compress an entire block of data into one opaque and self-described chunk.
  • A trait to pick which compression to use for given data
  • Top level encoding trait to code any Arrow array type into one or more pages.
  • A trait to pick which kind of field encoding to use for a field
  • Trait for compression algorithms that are suitable for use in the miniblock structural encoding
  • Trait for compression algorithms that are suitable for use in the zipped structural encoding
  • Trait for compression algorithms that are suitable for use in the zipped structural encoding

Functions§

Type Aliases§