Function datafusion_common::utils::get_record_batch_at_indices
source ยท pub fn get_record_batch_at_indices(
record_batch: &RecordBatch,
indices: &PrimitiveArray<UInt32Type>,
) -> Result<RecordBatch>
Expand description
Construct a new RecordBatch from the rows of the record_batch
at the indices
.