Class QueryIterHashLeftJoin_Right

All Implemented Interfaces:
Iterator<Binding>, org.apache.jena.atlas.io.Printable, org.apache.jena.atlas.iterator.IteratorCloseable<Binding>, org.apache.jena.atlas.lib.Closeable, QueryIterator, PrintSerializable

public class QueryIterHashLeftJoin_Right extends AbstractIterHashJoin
Hash left join. This code materializes the right hand side into a probe table then hash joins from the left. See QueryIterHashLeftJoin_Left for one that uses the right hand side to make the probe table.