|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseJoinedRowIterator | |
org.axiondb.engine.rowiterators | RowIterator implementations. |
Uses of BaseJoinedRowIterator in org.axiondb.engine.rowiterators |
Subclasses of BaseJoinedRowIterator in org.axiondb.engine.rowiterators | |
class |
IndexJoinedRowIterator
A JoinedRowIterator in which one of the underlying iterators is a ChangingIndexedRowIterator . |
class |
NestedLoopJoinedRowIterator
A RowIterator that iterates over zero or more RowIterator s,
returning Row s that are the cross product of the Row s
returned by the contained iterators. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |