Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
get_dict_value in datafusion::common::scalar - Rust
[go: Go Back, main page]

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

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