pub fn dictionary_to_values<K>(from: &DictionaryArray<K>) -> Box<dyn Array>where
    K: DictionaryKey + NumCast,
Available on crate feature compute_cast only.
Expand description

Casts a DictionaryArray to its values’ DataType, also known as unpacking. The resulting array has the same length.