Skip to main content

Module dict_encoding

Module dict_encoding 

Source
Expand description

Stable dictionary encoding for string columns.

Uses BTreeMap for deterministic key ordering — the same input data always produces the same dictionary codes regardless of platform or run.

Structs§

DictEncoding
A dictionary-encoded string column.