Uses of Class
org.teiid.query.processor.relational.ListNestedSortComparator
-
Packages that use ListNestedSortComparator Package Description org.teiid.common.buffer org.teiid.query.processor.relational -
-
Uses of ListNestedSortComparator in org.teiid.common.buffer
Fields in org.teiid.common.buffer declared as ListNestedSortComparator Modifier and Type Field Description protected ListNestedSortComparator
STree. comparator
Methods in org.teiid.common.buffer that return ListNestedSortComparator Modifier and Type Method Description ListNestedSortComparator
STree. getComparator()
Constructors in org.teiid.common.buffer with parameters of type ListNestedSortComparator Constructor Description STree(BatchManager manager, BatchManager leafManager, ListNestedSortComparator comparator, int pageSize, int leafSize, int keyLength, LobManager lobManager)
-
Uses of ListNestedSortComparator in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational that return ListNestedSortComparator Modifier and Type Method Description ListNestedSortComparator<T>
ListNestedSortComparator. defaultNullOrder(ExecutionFactory.NullOrder order)
-