|
|||||||||
| 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.AbstractTupleListCalc
mondrian.calc.impl.IterableTupleListCalc
public class IterableTupleListCalc
Adapter that converts a IterCalc to a
ListCalc.
| Field Summary |
|---|
| Fields inherited from class mondrian.calc.impl.AbstractCalc |
|---|
exp, type |
| Constructor Summary | |
|---|---|
IterableTupleListCalc(TupleIterCalc iterCalc)
Creates an IterableListCalc. |
|
| Method Summary | |
|---|---|
java.util.List<Member[]> |
evaluateTupleList(Evaluator evaluator)
Evaluates an expression to yield a list of tuples. |
| Methods inherited from class mondrian.calc.impl.AbstractTupleListCalc |
|---|
evaluate, evaluateList, getResultStyle, getType, toString |
| 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, wait, wait, wait |
| Methods inherited from interface mondrian.calc.Calc |
|---|
accept, dependsOn |
| Constructor Detail |
|---|
public IterableTupleListCalc(TupleIterCalc iterCalc)
iterCalc - Calculation that returns an iterable.| Method Detail |
|---|
public java.util.List<Member[]> evaluateTupleList(Evaluator evaluator)
TupleListCalcEach tuple is represented by an array of members.
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 | ||||||||