Module lance_encoding::format::pb

source ·
Expand description

Protobuf definitions for encodings

Modules§

  • Nested message and enum types in ArrayEncoding.
  • Nested message and enum types in Basic.
  • Nested message and enum types in Buffer.
  • Nested message and enum types in BufferEncoding.

Structs§

  • Encodings that decode into an Arrow array
  • An array encoding for primitive fields where the validity information is stored in a separate bitmap
  • A buffer encoding for boolean data where each row is 1 bit
  • A pointer to a buffer in a Lance file
  • Encodings that decode into a single buffer of values
  • An array encoding for fixed-size list fields
  • An array encoding for variable-length list fields
  • An array encoding for shredded structs that will never be null
  • A buffer encoding where each row is a fixed number of bytes