Package | Description |
---|---|
org.axiondb.engine.rowiterators |
RowIterator implementations. |
Modifier and Type | Class and Description |
---|---|
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.
|