Function arrow::compute::kernels::filter::filter_record_batch[][src]

pub fn filter_record_batch(
    record_batch: &RecordBatch,
    predicate: &BooleanArray
) -> Result<RecordBatch>
Expand description

Returns a new RecordBatch with arrays containing only values matching the filter.