Uses of Interface
mondrian.calc.HierarchyCalc
-
Packages that use HierarchyCalc Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions.mondrian.olap.fun Defines the set of MDX built-in functions. -
-
Uses of HierarchyCalc in mondrian.calc
Methods in mondrian.calc that return HierarchyCalc Modifier and Type Method Description HierarchyCalcExpCompiler. compileHierarchy(Exp exp)Compiles an expression which yields aHierarchyresult. -
Uses of HierarchyCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement HierarchyCalc Modifier and Type Class Description classAbstractHierarchyCalcAbstract implementation of theHierarchyCalcinterface.classAbstractVoidCalcAbstract implementation of theVoidCalcinterface.classCacheCalcCalculation which retrieves the value of an underlying calculation from cache.classConstantCalcCalculator which always returns the same value.classGenericCalcAdapter which computes a scalar or tuple expression and converts it to any required type.classMemberArrayValueCalcExpression 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.classMemberValueCalcExpression 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.classTupleValueCalcExpression 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.classValueCalcExpression which yields the value of the current member in the current dimensional context.Methods in mondrian.calc.impl that return HierarchyCalc Modifier and Type Method Description HierarchyCalcAbstractExpCompiler. compileHierarchy(Exp exp)HierarchyCalcDelegatingExpCompiler. compileHierarchy(Exp exp) -
Uses of HierarchyCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement HierarchyCalc Modifier and Type Class Description static classAggregateFunDef.AggregateCalcstatic classLevelHierarchyFunDef.CalcImplstatic classMemberHierarchyFunDef.CalcImplConstructors in mondrian.olap.fun with parameters of type HierarchyCalc Constructor Description CalcImpl(Exp exp, HierarchyCalc hierarchyCalc)CalcImpl(Exp exp, HierarchyCalc hierarchyCalc)
-