supports_collect_by_thresholds

Function supports_collect_by_thresholds 

Source
fn supports_collect_by_thresholds(
    plan: &dyn ExecutionPlan,
    threshold_byte_size: usize,
    threshold_num_rows: usize,
) -> bool