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

Packages that use QueryIter2
com.hp.hpl.jena.sparql.engine.iterator   
com.hp.hpl.jena.sparql.engine.main.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
 

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

Subclasses of QueryIter2 in com.hp.hpl.jena.sparql.engine.main.iterator
 class QueryIterJoin
          Join by materializing the RHS - this is not streamed
 class QueryIterJoinBase
          Join or LeftJoin by calculating both sides, then doing the join It usually better to use substitute algorithm (not this QueryIterator in other words) as that is effectively indexing from one side into the other.
 class QueryIterLeftJoin
          Left join by materializing the RHS
 



Licenced under the Apache License, Version 2.0