Crate vortex_dict
source ·Expand description
Implementation of Dictionary encoding.
Expose a DictArray which is zero-copy equivalent to Arrow’s DictionaryArray.
Structs§
- The array encoding
Constants§
- Statically assigned code for a null value.
Functions§
- Dictionary encode primitive array with given PType. Null values in the original array are encoded in the dictionary.
- Dictionary encode varbin array. Specializes for primitive byte arrays to avoid double copying
- Dictionary encode a VarbinViewArray.