Uses of Class
mondrian.calc.impl.GenericCalc
Packages that use GenericCalc
Package
Description
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of GenericCalc in mondrian.calc.impl
Subclasses of GenericCalc in mondrian.calc.implModifier and TypeClassDescriptionclassAbstract implementation of theVoidCalcinterface.classCalculation which retrieves the value of an underlying calculation from cache.classCalculator which always returns the same value.classExpression 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.classExpression 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.classExpression 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.classExpression which yields the value of the current member in the current dimensional context.Methods in mondrian.calc.impl that return GenericCalcModifier and TypeMethodDescriptionstatic GenericCalcMemberValueCalc.create(Exp exp, MemberCalc[] memberCalcs, boolean nullCheck) -
Uses of GenericCalc in mondrian.olap.fun
Subclasses of GenericCalc in mondrian.olap.fun