Skip to main content

selectors_below_run_limit

Function selectors_below_run_limit 

Source
fn selectors_below_run_limit(
    filters: &[BooleanArray],
    total_rows: usize,
    min_mask_runs: usize,
) -> Option<Vec<RowSelector>>
Expand description

Builds normalized selectors while their run count remains below min_mask_runs. Returning None drops the partial selector allocation before the caller constructs a mask.