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

Packages that use AbstractJoinedRowIterator
org.axiondb.engine.rowiterators RowIterator implementations. 
 

Uses of AbstractJoinedRowIterator in org.axiondb.engine.rowiterators
 

Subclasses of AbstractJoinedRowIterator in org.axiondb.engine.rowiterators
 class IndexNestedLoopJoinedRowIterator
          The Index Nested Loop Join or Augmented Nested Loop Join (ANL) is by far the most common join method and is the classic Axion join method.
 class NestedLoopJoinedRowIterator
          A Nested Loop Join is performed by doing a scan over the left subtree and for each row in it performing a full scan of the right subtree.