Function apply_combined_filters

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

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