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, DataFusionError>
Expand description

Construct a new RecordBatch from the rows of the record_batch at the indices.