pub fn run<F>( plan: &mut ExecutionPlan, schemas: &HashMap<RelId, Schema>, stats: &StatsManager, allocate: F, ) -> Vec<HelperRelationSpec>where F: FnMut(Schema) -> (String, RelId),
Rewrite eligible rules in-place and return the helper relations introduced.