Uses of Interface
mondrian.calc.IntegerCalc
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of IntegerCalc in mondrian.calc
Modifier and TypeMethodDescriptionExpCompiler.compileInteger
(Exp exp) Compiles an expression which yields anint
result. -
Uses of IntegerCalc in mondrian.calc.impl
Modifier and TypeClassDescriptionclass
Abstract implementation of theIntegerCalc
interface.class
Abstract implementation of theVoidCalc
interface.class
Calculation which retrieves the value of an underlying calculation from cache.class
Calculator which always returns the same value.class
Adapter which computes a scalar or tuple expression and converts it to any required type.class
Expression which evaluates a few member expressions, sets the dimensional context to the result of those expressions, then yields the value of the current measure in the current dimensional context.class
Expression which evaluates a few member expressions, sets the dimensional context to the result of those expressions, then yields the value of the current measure in the current dimensional context.class
Expression which evaluates a tuple expression, sets the dimensional context to the result of that expression, then yields the value of the current measure in the current dimensional context.class
Expression which yields the value of the current member in the current dimensional context.Modifier and TypeMethodDescriptionAbstractExpCompiler.compileInteger
(Exp exp) DelegatingExpCompiler.compileInteger
(Exp exp) -
Uses of IntegerCalc in mondrian.olap.fun