|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.calc.impl.AbstractCalc
mondrian.calc.impl.AbstractListCalc
mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
abstract class CrossJoinFunDef.BaseListCalc
| Field Summary |
|---|
| Fields inherited from class mondrian.calc.impl.AbstractListCalc |
|---|
tuple |
| Fields inherited from class mondrian.calc.impl.AbstractCalc |
|---|
exp, type |
| Constructor Summary | |
|---|---|
protected |
CrossJoinFunDef.BaseListCalc(ResolvedFunCall call,
Calc[] calcs,
boolean mutable)
|
| Method Summary | |
|---|---|
java.util.List<Member[]> |
evaluateList(Evaluator evaluator)
Evaluates an expression to yield a list of members or tuples. |
protected abstract java.util.List<Member[]> |
makeList(java.util.List l1,
java.util.List l2)
|
| Methods inherited from class mondrian.calc.impl.AbstractListCalc |
|---|
evaluate, evaluateEitherList, evaluateMemberList, evaluateTupleList, getResultStyle, getType |
| Methods inherited from class mondrian.calc.impl.AbstractCalc |
|---|
accept, anyDepends, anyDependsButFirst, butDepends, dependsOn, getArguments, getCalcs, getName, simplifyEvaluator |
| 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 |
| Constructor Detail |
|---|
protected CrossJoinFunDef.BaseListCalc(ResolvedFunCall call,
Calc[] calcs,
boolean mutable)
| Method Detail |
|---|
public java.util.List<Member[]> evaluateList(Evaluator evaluator)
ListCalcThe list is immutable if Calc.getResultStyle() yields
ResultStyle.MUTABLE_LIST. Otherwise,
the caller must not modify the list.
evaluator - Evaluation context
protected abstract java.util.List<Member[]> makeList(java.util.List l1,
java.util.List l2)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||