public class LeftOuterJoinStream extends BiJoinStream implements Expressible
TupleStream.IgnoreException
MapWriter.EntryWriter
iterationComparator, leftStream, leftStreamComparator, rightStream, rightStreamComparator
eq
Constructor and Description |
---|
LeftOuterJoinStream(StreamExpression expression,
StreamFactory factory) |
LeftOuterJoinStream(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, getStreamNodeId, writeMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toExplanation, toExpression
public LeftOuterJoinStream(TupleStream leftStream, TupleStream rightStream, StreamEqualitor eq) throws IOException
IOException
public LeftOuterJoinStream(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-2018 Apache Software Foundation. All Rights Reserved.