Package mondrian.olap.fun
Class FunUtil.SortKeySpec
- java.lang.Object
-
- mondrian.olap.fun.FunUtil.SortKeySpec
-
- Enclosing class:
- FunUtil
static class FunUtil.SortKeySpec extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SortKeySpec(Calc key, FunUtil.Flag dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) FunUtil.Flag
getDirection()
(package private) Calc
getKey()
-
-
-
Constructor Detail
-
SortKeySpec
SortKeySpec(Calc key, FunUtil.Flag dir)
-
-
Method Detail
-
getKey
Calc getKey()
-
getDirection
FunUtil.Flag getDirection()
-
-