Uses of Class
org.apache.jena.sparql.engine.iterator.QueryIter2
Packages that use QueryIter2
-
Uses of QueryIter2 in org.apache.jena.sparql.engine.iterator
Subclasses of QueryIter2 in org.apache.jena.sparql.engine.iteratorModifier and TypeClassDescriptionclassBinary operation done by looping on the left, and materializing the right - this is not streamed on the right See also QueryIterRepeatApplyclassSemiJoin and AntiJoinclassMinus by materializing the RHS - this is not streamed on the right -
Uses of QueryIter2 in org.apache.jena.sparql.engine.join
Subclasses of QueryIter2 in org.apache.jena.sparql.engine.joinModifier and TypeClassDescriptionclassHash join algorithm This code materializes one input into the probe table then hash joins the other input from the stream side.classHash left join.classHash left join.classHash left join.classNested Loop Join (materializing on the left, streaming on the right) A simple, dependable join.classNested Loop left Join (materializing on the right, streaming on the left) A simple, dependable join.