Uses of Class
org.apache.jena.sparql.engine.iterator.QueryIter2
-
Packages that use QueryIter2 Package Description org.apache.jena.sparql.engine.iterator org.apache.jena.sparql.engine.join -
-
Uses of QueryIter2 in org.apache.jena.sparql.engine.iterator
Subclasses of QueryIter2 in org.apache.jena.sparql.engine.iterator Modifier and Type Class Description classQueryIter2LoopOnLeftBinary operation done by looping on the left, and materializing the right - this is not streamed on the right See also QueryIterRepeatApplyclassQueryIterDiffDiff by materializing the RHS - this is not streamed on the rightclassQueryIterMinusMinus 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.join Modifier and Type Class Description classAbstractIterHashJoinHash join algorithm This code materializes one input into the probe table then hash joins the other input from the stream side.classQueryIterHashJoinHash left join.classQueryIterHashLeftJoin_LeftHash left join.classQueryIterHashLeftJoin_RightHash left join.classQueryIterNestedLoopJoinNested Loop Join (materializing on the left, streaming on the right) A simple, dependable join.classQueryIterNestedLoopLeftJoinNested Loop left Join (materializing on the right, streaming on the left) A simple, dependable join.
-