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

Similar to dictionary_to_dictionary_values, but overflowing cast is wrapped