|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListCalc
Expression which evaluates a set of members or tuples to a list.
| Method Summary | |
|---|---|
TupleList |
evaluateList(Evaluator evaluator)
Evaluates an expression to yield a list of tuples. |
| Methods inherited from interface mondrian.calc.IterCalc |
|---|
evaluateIterable |
| Methods inherited from interface mondrian.calc.Calc |
|---|
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap |
| Method Detail |
|---|
TupleList evaluateList(Evaluator evaluator)
The list is immutable if Calc.getResultStyle() yields
ResultStyle.MUTABLE_LIST. Otherwise,
the caller must not modify the list.
evaluator - Evaluation context
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||