public class InnerJoinStream extends BiJoinStream implements Expressible
TupleStream.IgnoreException
MapWriter.EntryWriter
iterationComparator, leftStream, leftStreamComparator, rightStream, rightStreamComparator
eq
Constructor and Description |
---|
InnerJoinStream(StreamExpression expression,
StreamFactory factory) |
InnerJoinStream(TupleStream leftStream,
TupleStream rightStream,
StreamEqualitor eq) |
Modifier and Type | Method and Description |
---|---|
StreamComparator |
getStreamSort() |
Tuple |
read() |
validateTupleOrder
children, close, getCost, getStream, isValidTupleOrder, loadEqualTupleGroup, open, setStreamContext, toExplanation, toExpression
getShards, getShards, getStreamNodeId, writeMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toExplanation, toExpression
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
public InnerJoinStream(TupleStream leftStream, TupleStream rightStream, StreamEqualitor eq) throws IOException
IOException
public InnerJoinStream(StreamExpression expression, StreamFactory factory) throws IOException
IOException
public Tuple read() throws IOException
read
in class TupleStream
IOException
public StreamComparator getStreamSort()
getStreamSort
in class TupleStream
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.