public abstract class AbstractDateTimeCalc extends AbstractCalc implements DateTimeCalc
DateTimeCalc
interface.
The derived class must
implement the DateTimeCalc.evaluateDateTime(mondrian.olap.Evaluator)
method,
and the evaluate(mondrian.olap.Evaluator)
method will call it.
exp, type
Modifier | Constructor and Description |
---|---|
protected |
AbstractDateTimeCalc(Exp exp,
Calc[] calcs)
Creates an AbstractDateTimeCalc.
|
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
evaluateDateTime
accept, dependsOn, getResultStyle, getType, isWrapperFor, unwrap
Copyright © 2018 Hitachi Vantara. All rights reserved.