Package mondrian.olap.fun
Class MemberLevelFunDef.CalcImpl
java.lang.Object
mondrian.calc.impl.AbstractCalc
mondrian.calc.impl.AbstractLevelCalc
mondrian.olap.fun.MemberLevelFunDef.CalcImpl
- Enclosing class:
- MemberLevelFunDef
-
Field Summary
Fields inherited from class mondrian.calc.impl.AbstractCalc
exp, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluateLevel
(Evaluator evaluator) Evaluates this expression to yield a level.Methods inherited from class mondrian.calc.impl.AbstractLevelCalc
evaluate
Methods inherited from class mondrian.calc.impl.AbstractCalc
accept, anyDepends, anyDependsButFirst, butDepends, collectArguments, dependsOn, getArguments, getCalcs, getName, getResultStyle, getType, isWrapperFor, simplifyEvaluator, unwrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mondrian.calc.Calc
accept, dependsOn, getResultStyle, getType, isWrapperFor, unwrap
-
Constructor Details
-
CalcImpl
-
-
Method Details
-
evaluateLevel
Description copied from interface:LevelCalc
Evaluates this expression to yield a level.Never returns null.
- Parameters:
evaluator
- Evaluation context- Returns:
- a level
-