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.