public class InnerJoinStream extends BiJoinStream implements Expressible
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, toExpression
writeStreamClose, writeStreamOpen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toExpression
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-2016 Apache Software Foundation. All Rights Reserved.