remove_repartition

Function remove_repartition 

Source
fn remove_repartition(
    plan: Arc<dyn ExecutionPlan>,
) -> Result<Transformed<Arc<dyn ExecutionPlan>>>
Expand description

Removes the repartition plan between the filter and region scan.