Class QueryIterHashJoin

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 QueryIterHashJoin extends AbstractIterHashJoin
Hash left join. This code materializes the right into a probe table then hash joins from the left.