Function deltalake::arrow::compute::filter_record_batch

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

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