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

Function datafusion::common::utils::get_arrayref_at_indices

source ยท
pub fn get_arrayref_at_indices(
    arrays: &[Arc<dyn Array>],
    indices: &PrimitiveArray<UInt32Type>,
) -> Result<Vec<Arc<dyn Array>>, DataFusionError>
Expand description

Construct a new Vec of ArrayRef from the rows of the arrays at the indices.