public class SortMergeInnerJoinIterator extends SortMergeJoinIterator
bufferedKey, bufferedRow, keyComparator, matchBuffer, matchKey, probeKey
Constructor and Description |
---|
SortMergeInnerJoinIterator(BinaryRowDataSerializer probeSerializer,
BinaryRowDataSerializer bufferedSerializer,
Projection probeProjection,
Projection bufferedProjection,
RecordComparator keyComparator,
MutableObjectIterator<RowData> probeIterator,
MutableObjectIterator<BinaryRowData> bufferedIterator,
ResettableExternalBuffer buffer,
boolean[] filterNullKeys) |
Modifier and Type | Method and Description |
---|---|
boolean |
nextInnerJoin() |
advanceNextSuitableBufferedRow, advanceNextSuitableProbeRow, bufferMatchingRows, close, getMatchBuffer, getMatchKey, getProbeRow, nextProbe
public SortMergeInnerJoinIterator(BinaryRowDataSerializer probeSerializer, BinaryRowDataSerializer bufferedSerializer, Projection probeProjection, Projection bufferedProjection, RecordComparator keyComparator, MutableObjectIterator<RowData> probeIterator, MutableObjectIterator<BinaryRowData> bufferedIterator, ResettableExternalBuffer buffer, boolean[] filterNullKeys) throws IOException
IOException
public boolean nextInnerJoin() throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.