Function is_repartition

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

Checks whether the given operator is a RepartitionExec.