Expand description
Implementation of Dictionary encoding.
Expose a DictArray which is zero-copy equivalent to Arrow’s DictionaryArray.
Structs§
- Bytes
Dict Builder - Dictionary encode varbin array. Specializes for primitive byte arrays to avoid double copying
- Dict
Array - Dict
Encoding - The array encoding
- Dict
Metadata - Primitive
Dict Builder - Dictionary encode primitive array with given PType. Null values in the original array are encoded in the dictionary.
Constants§
- NULL_
CODE - Statically assigned code for a null value.