public class NestedLoopJoinedRowIterator extends AbstractJoinedRowIterator
| Constructor and Description |
|---|
NestedLoopJoinedRowIterator(RowIterator left,
RowIterator right,
int rightColumnCount) |
NestedLoopJoinedRowIterator(RowIterator left,
RowIterator right,
int rightColumnCount,
boolean rightOuter,
boolean swapLeftAndRight) |
| Modifier and Type | Method and Description |
|---|---|
protected RowIterator |
generateRightRowIterator() |
void |
reset()
Re-initialize this
RowIterator to its initial state (positioned just
before the first Rowin the list). |
java.lang.String |
toString() |
current, currentIndex, getJoinCondition, getLeftRowIterator, getRightSideColumnCount, getRowDecorator, hasCurrent, hasNext, hasPrevious, isRightOuter, isSwapLeftAndRight, next, nextIndex, previous, previousIndex, setJoinCondition, setLeftRowIterator, setRightOuter, setRightSideColumnCount, setSwapLeftAndRightpublic NestedLoopJoinedRowIterator(RowIterator left, RowIterator right, int rightColumnCount, boolean rightOuter, boolean swapLeftAndRight) throws AxionException
AxionExceptionpublic NestedLoopJoinedRowIterator(RowIterator left, RowIterator right, int rightColumnCount) throws AxionException
AxionExceptionprotected RowIterator generateRightRowIterator() throws AxionException
generateRightRowIterator in class AbstractJoinedRowIteratorAxionExceptionpublic void reset()
throws AxionException
RowIteratorRowIterator to its initial state (positioned just
before the first Rowin the list).reset in interface RowIteratorreset in class AbstractJoinedRowIteratorAxionExceptionpublic java.lang.String toString()
toString in class AbstractJoinedRowIterator