pub fn is_coalesce_partitions(plan: &Arc<dyn ExecutionPlan>) -> bool
Expand description
Checks whether the given operator is a CoalescePartitionsExec
.
pub fn is_coalesce_partitions(plan: &Arc<dyn ExecutionPlan>) -> bool
Checks whether the given operator is a CoalescePartitionsExec
.