public interface TupleCalc extends Calc
The tuple is represented as an array of Member
objects,
null
to represent the null tuple.
When implementing this interface, it is convenient to extend
AbstractTupleCalc
, but it is not required.
Modifier and Type | Method and Description |
---|---|
Member[] |
evaluateTuple(Evaluator evaluator)
Evaluates this expression to yield a tuple.
|
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap
Member[] evaluateTuple(Evaluator evaluator)
A tuple cannot contain any null members. If any of the members is null, this method must return a null.
evaluator
- Evaluation contextCopyright © 2019 Hitachi Vantara. All rights reserved.