Package | Description |
---|---|
org.axiondb.engine.rowiterators |
RowIterator implementations. |
Modifier and Type | Class and Description |
---|---|
class |
ChangingIndexedRowIterator
A
DelegatingRowIterator that is wraps a RowIterator from
some Index , and that can be reset to recreate the iterator for
a new bound value . |
class |
FilteringChangingIndexedRowIterator |
Constructor and Description |
---|
FilteringChangingIndexedRowIterator(MutableIndexedRowIterator iterator,
RowDecorator decorator,
Selectable where) |
IndexNestedLoopJoinedRowIterator(RowIterator left,
int leftJoinColumn,
MutableIndexedRowIterator rightIndex,
int rightColumnCount,
boolean rightOuter,
boolean swapLeftAndRight) |