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.
pub fn get_record_batch_at_indices(
record_batch: &RecordBatch,
indices: &PrimitiveArray<UInt32Type>,
) -> Result<RecordBatch>Construct a new RecordBatch from the rows of the record_batch at the indices.