Function as_dictionary_array

Source
pub fn as_dictionary_array<T>(
    array: &dyn Array,
) -> Result<&DictionaryArray<T>, DataFusionError>