Function is_coalesce_partitions

Source
pub fn is_coalesce_partitions(plan: &Arc<dyn ExecutionPlan>) -> bool
Expand description

Checks whether the given operator is a CoalescePartitionsExec.