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§
- Dict
Encoding - A dictionary-encoded string column.