|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TupleCalc
Expression which yields a tuple.
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.
| Method Summary | |
|---|---|
Member[] |
evaluateTuple(Evaluator evaluator)
Evaluates this expression to yield a tuple. |
| Methods inherited from interface mondrian.calc.Calc |
|---|
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap |
| Method Detail |
|---|
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 context
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||