Expand description
Codec identifiers, resolved codec type, column statistics, and name parsing.
ColumnCodec is the user-facing codec selector (includes Auto).
ResolvedColumnCodec is the on-disk form after auto-detection runs.
ColumnStatistics stores per-column flush-time statistics.
parse_codec_name is the single gate for codec names from user input.
Structs§
- Column
Statistics - Per-column statistics computed at flush time.
Enums§
- Column
Codec - Codec identifier for per-column compression selection.
- Column
Type Hint - Column data type hint for codec auto-detection.
- Resolved
Column Codec - A
ColumnCodecthat has been resolved away fromAuto.
Functions§
- parse_
codec_ name - Parse a user-supplied codec name string into a
ColumnCodec.