pub fn wrapping_dictionary_to_dictionary_values<K: DictionaryKey>(
    from: &DictionaryArray<K>,
    values_type: &DataType
) -> Result<DictionaryArray<K>>
Available on crate feature compute_cast only.
Expand description

Similar to dictionary_to_dictionary_values, but overflowing cast is wrapped