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 ConstantCalc
ConstantCalc. constantInteger(int i)
Creates an expression which evaluates to a given integer.static ConstantCalc
ConstantCalc. constantNull(Type type)
Creates an expression which evaluates to null.
-