apply_combined_filters

Function apply_combined_filters 

Source
fn apply_combined_filters(
    context: &BulkIterContext,
    sequence: &Option<SequenceRange>,
    record_batch: RecordBatch,
    skip_fields: bool,
) -> Result<Option<RecordBatch>>
Expand description

Applies both predicate filtering and sequence filtering in a single pass. Returns None if the filtered batch is empty.

ยงPanics

Panics if the format is not flat.