pub fn dictionary_to_values<K>(from: &DictionaryArray<K>) -> Box<dyn Array> where
K: DictionaryKey, Expand description
Casts a DictionaryArray to its values’ DataType, also known as unpacking.
The resulting array has the same length.
pub fn dictionary_to_values<K>(from: &DictionaryArray<K>) -> Box<dyn Array> where
K: DictionaryKey, Casts a DictionaryArray to its values’ DataType, also known as unpacking.
The resulting array has the same length.