|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseRowIterator | |
---|---|
org.axiondb.engine.rowiterators | RowIterator implementations. |
Uses of BaseRowIterator in org.axiondb.engine.rowiterators |
---|
Subclasses of BaseRowIterator in org.axiondb.engine.rowiterators | |
---|---|
class |
AbstractAcceptingRowIterator
Abstract base DelegatingRowIterator that excludes Row s that are not
acceptable . |
class |
AbstractFilteringRowIterator
|
class |
AbstractJoinedRowIterator
|
class |
ChainedRowIterator
Chains together one or more RowIterator s to make them look like one (similiar
to a SQL UNION). |
class |
CollatingRowIterator
Collates the results of two or more sorted RowIterator s according to the given
RowComparator . |
class |
DistinctRowIterator
A DelegatingRowIterator implementing DISTINCT. |
class |
FilteringChangingIndexedRowIterator
|
class |
FilteringRowIterator
A DelegatingRowIterator that only returns Row s
that match a given WhereNode . |
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 |
JoinRowIterator
A RowIterator that simply wraps a ListIterator . |
class |
LazyRowRowIterator
A RowIterator that creates LazyRow s based upon a list of
Row identifiers. |
class |
LimitingRowIterator
RowIterator implementing LIMIT and OFFSET. |
class |
ListIteratorRowIterator
A RowIterator that simply wraps a ListIterator . |
class |
ListRowIterator
A RowIterator that for a given List . |
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. |
class |
ReverseSortedRowIterator
Reverse a SortedRowIterator. |
class |
RowViewRowIterator
A RowIterator that creates RowView s based upon selected
Row identifiers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |