169170171172173174175176177178179
LOForEach foreach = new LOForEach(load.getPlan()); // add foreach to the base plan p.add(foreach); p.insertBetween(load, foreach, next); LogicalPlan innerPlan = new LogicalPlan(); foreach.setInnerPlan(innerPlan); // build foreach inner plan
173174175176177178179180181182183
172173174175176177178179180181182
171172173174175176177178179180181