Uses of Class
com.hp.hpl.jena.sparql.engine.iterator.QueryIter2

Packages that use QueryIter2
com.hp.hpl.jena.sparql.engine.iterator   
 

Uses of QueryIter2 in com.hp.hpl.jena.sparql.engine.iterator
 

Subclasses of QueryIter2 in com.hp.hpl.jena.sparql.engine.iterator
 class QueryIter2LoopOnLeft
          Binary operation done by looping on the left, and materializing the right - this is not streamed on the right See also QueryIterRepeatApply
 class QueryIterDiff
          Diff by materializing the RHS - this is not streamed on the right
 class QueryIterMinus
          Minus by materializing the RHS - this is not streamed on the right
 



Licenced under the Apache License, Version 2.0