Uses of Class
mondrian.calc.impl.ConstantCalc
-
Packages that use ConstantCalc Package Description mondrian.calc.impl Provides implementation classes for compiled expressions. -
-
Uses of ConstantCalc in mondrian.calc.impl
Methods in mondrian.calc.impl that return ConstantCalc Modifier and Type Method Description static ConstantCalcConstantCalc. constantInteger(int i)Creates an expression which evaluates to a given integer.static ConstantCalcConstantCalc. constantNull(Type type)Creates an expression which evaluates to null.
-