Package | Description |
---|---|
mondrian.olap.fun.sort |
Modifier and Type | Method and Description |
---|---|
static List<Member> |
Sorter.sortMembers(Evaluator evaluator,
Iterable<Member> memberIter,
List<Member> memberList,
List<SortKeySpec> keySpecList)
Sorts a list of members according to a list of SortKeySpecs.
|
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.
|
Copyright © 2021 Hitachi Vantara. All rights reserved.