Uses of Class
mondrian.calc.impl.AbstractCalc
Packages that use AbstractCalc
Package
Description
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of AbstractCalc in mondrian.calc.impl
Subclasses of AbstractCalc in mondrian.calc.implModifier and TypeClassDescriptionclassAbstract implementation of theBooleanCalcinterface.classAbstract implementation of theDateTimeCalcinterface.classAbstract implementation of theDimensionCalcinterface.classAbstract implementation of theDoubleCalcinterface.classAbstract implementation of theHierarchyCalcinterface.classAbstract implementation of theIntegerCalcinterface.classAbstract implementation of theIterCalcinterface.classAbstract implementation of theLevelCalcinterface.classAbstract implementation of theListCalcinterface.classAbstract implementation of theMemberCalcinterface.classAbstract implementation of theStringCalcinterface.classAbstract implementation of theTupleCalcinterface.classAbstract implementation of theVoidCalcinterface.classCalculation which retrieves the value of an underlying calculation from cache.classCalculator which always returns the same value.classAdapter which computes a scalar or tuple expression and converts it to any required type.classAdapter which computes a set expression and converts it to any list or iterable type.classclassExpression 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. -
Uses of AbstractCalc in mondrian.olap.fun
Subclasses of AbstractCalc in mondrian.olap.funModifier and TypeClassDescriptionstatic classstatic classCompiled implementation of the Hierarchy.CurrentMember function that evaluates the hierarchy expression first.static classCompiled implementation of the Hierarchy.CurrentMember function that uses a fixed hierarchy.static classstatic classstatic classstatic classstatic classstatic classstatic classCompiled expression that evaluates one or more expressions, each of which yields a tuple or a set of tuples, and returns the result as a tuple iterator.static classCompiled expression to implement the MDX set function,{ ...static class