pub fn wrapping_dictionary_to_dictionary_values<K>(
from: &DictionaryArray<K>,
values_type: &DataType
) -> Result<DictionaryArray<K>, ArrowError> where
K: DictionaryKey,
This is supported on crate feature
compute_cast
only.Expand description
Similar to dictionary_to_dictionary_values, but overflowing cast is wrapped