Class BiJoinStream

All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, Expressible, org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject, org.noggit.JSONWriter.Writable
Direct Known Subclasses:
FullOuterJoinStream, InnerJoinStream, LeftOuterJoinStream

public abstract class BiJoinStream extends JoinStream implements Expressible
Joins leftStream with rightStream based on an StreamEqualitor. Both streams must be sorted by the fields being joined on. Resulting stream is sorted by the equalitor.
Since:
6.0.0
See Also: