Uses of Interface
mondrian.calc.TupleCalc
-
Packages that use TupleCalc 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 TupleCalc in mondrian.calc
Methods in mondrian.calc that return TupleCalc Modifier and Type Method Description TupleCalcExpCompiler. compileTuple(Exp exp)Compiles an expression which yields a tuple result. -
Uses of TupleCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement TupleCalc Modifier and Type Class Description classAbstractTupleCalcAbstract implementation of theTupleCalcinterface.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 TupleCalc Modifier and Type Method Description TupleCalcAbstractExpCompiler. compileTuple(Exp exp)TupleCalcBetterExpCompiler. compileTuple(Exp exp)TupleCalcDelegatingExpCompiler. compileTuple(Exp exp)Constructors in mondrian.calc.impl with parameters of type TupleCalc Constructor Description TupleValueCalc(Exp exp, TupleCalc tupleCalc, boolean nullCheck)Creates a TupleValueCalc. -
Uses of TupleCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement TupleCalc Modifier and Type Class Description static classAggregateFunDef.AggregateCalcstatic classTupleFunDef.CalcImpl
-