34353637383940
public PlanOp(Op op, Closeable closeable, QueryIterator qIter) { super(op, closeable) ; //this.qIter = qIter ; // Catch the close and close the plan. this.qIter = new QueryIteratorCloseable(qIter, this) ; }