Uses of Class
unity.predicates.SortComparator

Packages that use SortComparator
unity.operators   
unity.predicates   
 

Uses of SortComparator in unity.operators
 

Methods in unity.operators with parameters of type SortComparator
 void DualHashTable.flush(int source, int partitionIndex, int newState, int timestamp, boolean flushSorted, SortComparator sorter, boolean departTS)
           
 

Constructors in unity.operators with parameters of type SortComparator
MergeSort(Operator in, int bsize, int bfr, SortComparator sc)
           
SortEliminator(Operator in, SortComparator s)
           
SortGrouper(Operator in, SortComparator sort, Expression[] exprList, Aggregate_Function[] funcList, Relation outputRelation)
           
SortSetOp(Operator[] children, SortComparator sort, Relation outputRelation, int oType)
           
 

Uses of SortComparator in unity.predicates
 

Subclasses of SortComparator in unity.predicates
 class ExprSortComparator