Function datafusion_common::cast::as_dictionary_array
source ยท pub fn as_dictionary_array<T: ArrowDictionaryKeyType>(
array: &dyn Array,
) -> Result<&DictionaryArray<T>>
pub fn as_dictionary_array<T: ArrowDictionaryKeyType>(
array: &dyn Array,
) -> Result<&DictionaryArray<T>>