139140141142143144145146147148149150151152
} if ( printPlan ) { QueryIterator qIter = Algebra.exec(op, dsg) ; Plan plan = new PlanOp(op, null, qIter) ; divider() ; IndentedWriter out = new IndentedWriter(System.out, false) ; plan.output(out) ; out.flush(); } //return ; }