Function datafusion_common::utils::get_arrayref_at_indices
source · pub fn get_arrayref_at_indices(
arrays: &[ArrayRef],
indices: &PrimitiveArray<UInt32Type>
) -> Result<Vec<ArrayRef>>
pub fn get_arrayref_at_indices(
arrays: &[ArrayRef],
indices: &PrimitiveArray<UInt32Type>
) -> Result<Vec<ArrayRef>>