Skip to main content

pick_count_first_where

Function pick_count_first_where 

Source
fn pick_count_first_where(
    sorted_runs: Vec<SortedRun<FileHandle>>,
    max_output_file_size: Option<u64>,
    is_eligible: impl Fn(&Candidate) -> bool,
) -> Vec<FileHandle>