public abstract class AbstractLevelCalc extends AbstractCalc implements LevelCalc
LevelCalc
interface.
The derived class must
implement the LevelCalc.evaluateLevel(mondrian.olap.Evaluator)
method,
and the evaluate(mondrian.olap.Evaluator)
method will call it.
exp, type
Modifier | Constructor and Description |
---|---|
protected |
AbstractLevelCalc(Exp exp,
Calc[] calcs)
Creates an AbstractLevelCalc.
|
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(Evaluator evaluator)
Evaluates this expression.
|
accept, anyDepends, anyDependsButFirst, butDepends, collectArguments, dependsOn, getArguments, getCalcs, getName, getResultStyle, getType, isWrapperFor, simplifyEvaluator, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateLevel
accept, dependsOn, getResultStyle, getType, isWrapperFor, unwrap
Copyright © 2018 Hitachi Vantara. All rights reserved.