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_at_indices in datafusion::common::utils - Rust
[go: Go Back, main page]

Function get_at_indices

Source
pub fn get_at_indices<T, I>(
    items: &[T],
    indices: impl IntoIterator<Item = I>,
) -> Result<Vec<T>, DataFusionError>
where T: Clone, I: Borrow<usize>,
Expand description

This function “takes” the elements at indices from the slice items.