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