pub fn wrapping_dictionary_to_dictionary_keys<K1, K2>(
    from: &DictionaryArray<K1>
) -> Result<DictionaryArray<K2>, ArrowError> where
    K1: DictionaryKey + AsPrimitive<K2>,
    K2: DictionaryKey
This is supported on crate feature compute_cast only.
Expand description

Similar to dictionary_to_dictionary_keys, but overflowing cast is wrapped