Uses of Class
mondrian.olap.fun.sort.SortKeySpec
-
Packages that use SortKeySpec Package Description mondrian.olap.fun.sort -
-
Uses of SortKeySpec in mondrian.olap.fun.sort
Method parameters in mondrian.olap.fun.sort with type arguments of type SortKeySpec Modifier and Type Method Description static TupleList
Sorter. sortTuples(Evaluator evaluator, TupleIterable tupleIter, TupleList tupleList, List<SortKeySpec> keySpecList, int arity)
Helper function to sort a list of tuples according to a list of expressions and a list of sorting flags.
-