Class AbstractIterHashJoin

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
Direct Known Subclasses:
QueryIterHashJoin, QueryIterHashLeftJoin_Left, QueryIterHashLeftJoin_Right

public abstract class AbstractIterHashJoin extends QueryIter2
Hash join algorithm This code materializes one input into the probe table then hash joins the other input from the stream side.