Uses of Interface
mondrian.calc.HierarchyCalc
Packages that use HierarchyCalc
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of HierarchyCalc in mondrian.calc
Methods in mondrian.calc that return HierarchyCalcModifier and TypeMethodDescriptionExpCompiler.compileHierarchy(Exp exp) Compiles an expression which yields aHierarchyresult. -
Uses of HierarchyCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement HierarchyCalcModifier and TypeClassDescriptionclassAbstract implementation of theHierarchyCalcinterface.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.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 HierarchyCalcModifier and TypeMethodDescriptionAbstractExpCompiler.compileHierarchy(Exp exp) DelegatingExpCompiler.compileHierarchy(Exp exp) -
Uses of HierarchyCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement HierarchyCalcModifier and TypeClassDescriptionstatic classstatic classstatic classConstructors in mondrian.olap.fun with parameters of type HierarchyCalcModifierConstructorDescriptionCalcImpl(Exp exp, HierarchyCalc hierarchyCalc) CalcImpl(Exp exp, HierarchyCalc hierarchyCalc)