Package mondrian.olap.fun
Class CrossJoinFunDef.ImmutableListCalc
- java.lang.Object
-
- mondrian.calc.impl.AbstractCalc
-
- mondrian.calc.impl.AbstractListCalc
-
- mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
-
- mondrian.olap.fun.CrossJoinFunDef.ImmutableListCalc
-
- Enclosing class:
- CrossJoinFunDef
class CrossJoinFunDef.ImmutableListCalc extends CrossJoinFunDef.BaseListCalc
-
-
Field Summary
-
Fields inherited from class mondrian.calc.impl.AbstractCalc
exp, type
-
-
Constructor Summary
Constructors Constructor Description ImmutableListCalc(ResolvedFunCall call, Calc[] calcs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TupleList
makeList(TupleList l1, TupleList l2)
-
Methods inherited from class mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
evaluateList
-
Methods inherited from class mondrian.calc.impl.AbstractListCalc
evaluate, evaluateIterable, getResultStyle, getType, toString
-
Methods inherited from class mondrian.calc.impl.AbstractCalc
accept, anyDepends, anyDependsButFirst, butDepends, collectArguments, dependsOn, getArguments, getCalcs, getName, isWrapperFor, simplifyEvaluator, unwrap
-
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, isWrapperFor, unwrap
-
-
-
-
Constructor Detail
-
ImmutableListCalc
ImmutableListCalc(ResolvedFunCall call, Calc[] calcs)
-
-
Method Detail
-
makeList
protected TupleList makeList(TupleList l1, TupleList l2)
- Specified by:
makeList
in classCrossJoinFunDef.BaseListCalc
-
-