pub fn as_dictionary_array<T>(arr: &dyn Array) -> &DictionaryArray<T> where
    T: ArrowDictionaryKeyType
Expand description

Force downcast ArrayRef to DictionaryArray