Package | Description |
---|---|
org.axiondb.engine.rowiterators |
RowIterator implementations. |
Modifier and Type | Class and Description |
---|---|
class |
GroupedRowIterator
Processes a "raw" iterator to implement GROUP BY functionality.
|
class |
RebindableIndexedRowIterator
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 |
SortedRowIterator |
static class |
SortedRowIterator.MergeSort |
static class |
SortedRowIterator.MutableMergeSort |
class |
TransformingRowIterator
|
class |
UnmodifiableRowIterator |