Uses of Class
org.axiondb.engine.rowiterators.BaseJoinedRowIterator

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 RowIteratorthat iterates over zero or more RowIterators, returning Rows that are the cross product of the Row s returned by the contained iterators.