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 Row in 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, setSwapLeftAndRight
public NestedLoopJoinedRowIterator(RowIterator left, RowIterator right, int rightColumnCount, boolean rightOuter, boolean swapLeftAndRight) throws AxionException
AxionException
public NestedLoopJoinedRowIterator(RowIterator left, RowIterator right, int rightColumnCount) throws AxionException
AxionException
protected RowIterator generateRightRowIterator() throws AxionException
generateRightRowIterator
in class AbstractJoinedRowIterator
AxionException
public void reset() throws AxionException
RowIterator
RowIterator
to its initial state (positioned just
before the first Row
in the list).reset
in interface RowIterator
reset
in class AbstractJoinedRowIterator
AxionException
public java.lang.String toString()
toString
in class AbstractJoinedRowIterator