pub fn get_dict_value<K: ArrowDictionaryKeyType>(
    array: &dyn Array,
    index: usize
) -> (&ArrayRef, Option<usize>)
Expand description

return a reference to the values array and the index into it for a dictionary array