| Package | Description |
|---|---|
| org.axiondb.engine.rowiterators |
RowIterator implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangingIndexedRowIterator
A
DelegatingRowIteratorthat is wraps a RowIteratorfrom
some Index, and that can be resetto 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) |