Expand description
Lance v1 column encoding grammar.
These codecs own the v1 wire layout, including schema dictionary payloads. They are intentionally not exposed through the version-free I/O layer.
Modules§
- binary
- Var-length binary encoding.
- dictionary
- Dictionary encoding.
- plain
- Plain encoding
Functions§
- populate_
schema_ dictionaries - Load every persisted v1 schema dictionary into its in-memory field.
- read_
binary_ array - Decode a binary-like array from a v1 values region.
- read_
fixed_ stride_ array - Decode a fixed-stride array from a v1 values region.
- write_
schema_ dictionaries - Persist every schema dictionary using the v1 value codecs.