Function vortex_dict::dict_encode_typed_primitive

source ยท
pub fn dict_encode_typed_primitive<T: NativePType>(
    array: &PrimitiveArray,
) -> (PrimitiveArray, PrimitiveArray)
Expand description

Dictionary encode primitive array with given PType. Null values in the original array are encoded in the dictionary.