142143144145146147148
protected QueryIterator execute(OpGraph opGraph, QueryIterator input) { QueryIterator qIter = specialcase(opGraph.getNode(), opGraph.getSubOp(), input) ; if ( qIter != null ) return qIter ; return new QueryIterGraph(input, opGraph, execCxt) ; }
166167168169170171172
@Override protected QueryIterator execute(OpGraph opGraph, QueryIterator input) { // Path evaluation or dataset sets which do not go straight to the DatasetGraphTDB return new QueryIterGraph(input, opGraph, execCxt) ; }
143144145146147148149
protected QueryIterator execute(OpGraph opGraph, QueryIterator input) { QueryIterator qIter = specialcase(opGraph.getNode(), opGraph.getSubOp(), input) ; if (qIter != null) return qIter ; return new QueryIterGraph(input, opGraph, execCxt) ; }
159160161162163164165
145146147148149150151
298299300301302303304
160161162163164165166
308309310311312313314