pub fn dictionary_to_values<K>(
from: &DictionaryArray<K>
) -> Box<dyn Array + 'static, Global> where
K: DictionaryKey,
This is supported 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.