|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.olap.fun.NativizeSetFunDef.NonNativeCalc
mondrian.olap.fun.NativizeSetFunDef.NonNativeMemberListCalc
static class NativizeSetFunDef.NonNativeMemberListCalc
Field Summary |
---|
Fields inherited from class mondrian.olap.fun.NativizeSetFunDef.NonNativeCalc |
---|
parent |
Constructor Summary | |
---|---|
protected |
NativizeSetFunDef.NonNativeMemberListCalc(MemberListCalc parent)
|
Method Summary | |
---|---|
java.util.List |
evaluateList(Evaluator evaluator)
Evaluates an expression to yield a list of members or tuples. |
java.util.List<Member> |
evaluateMemberList(Evaluator evaluator)
Evaluates an expression to yield a list of members. |
(package private) MemberListCalc |
parent()
|
Methods inherited from class mondrian.olap.fun.NativizeSetFunDef.NonNativeCalc |
---|
accept, dependsOn, evaluate, getResultStyle, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface mondrian.calc.Calc |
---|
accept, dependsOn, evaluate, getResultStyle, getType |
Constructor Detail |
---|
protected NativizeSetFunDef.NonNativeMemberListCalc(MemberListCalc parent)
Method Detail |
---|
MemberListCalc parent()
public java.util.List<Member> evaluateMemberList(Evaluator evaluator)
MemberListCalc
The list is immutable if Calc.getResultStyle()
yields
ResultStyle.MUTABLE_LIST
. Otherwise,
the caller must not modify the list.
evaluateMemberList
in interface MemberListCalc
evaluator
- Evaluation context
public java.util.List evaluateList(Evaluator evaluator)
ListCalc
The list is immutable if Calc.getResultStyle()
yields
ResultStyle.MUTABLE_LIST
. Otherwise,
the caller must not modify the list.
evaluateList
in interface ListCalc
evaluator
- Evaluation context
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |