Function datafusion_common::utils::get_arrayref_at_indices

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

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