|
|||||||||
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 | |
---|---|
List |
evaluateList(Evaluator evaluator)
Evaluates an expression to yield a list of members or tuples. |
Methods inherited from interface mondrian.calc.Calc |
---|
accept, dependsOn, evaluate, getResultStyle, getType |
Method Detail |
---|
List 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 |