mondrian.olap.fun
Class CrossJoinFunDef.MutableListMemberListMemberListCalc

java.lang.Object
  extended by mondrian.calc.impl.AbstractCalc
      extended by mondrian.calc.impl.AbstractListCalc
          extended by mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
              extended by mondrian.olap.fun.CrossJoinFunDef.MutableListMemberListMemberListCalc
All Implemented Interfaces:
Calc, ListCalc
Enclosing class:
CrossJoinFunDef

 class CrossJoinFunDef.MutableListMemberListMemberListCalc
extends CrossJoinFunDef.BaseListCalc


Field Summary
 
Fields inherited from class mondrian.calc.impl.AbstractCalc
exp, type
 
Constructor Summary
CrossJoinFunDef.MutableListMemberListMemberListCalc(ResolvedFunCall call, Calc[] calcs)
           
 
Method Summary
protected  List<Member[]> makeList(List l1, List l2)
           
protected  List<Member[]> makeList(Member[] members)
           
 
Methods inherited from class mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
evaluateList
 
Methods inherited from class mondrian.calc.impl.AbstractListCalc
evaluate, getCalcs, getResultStyle
 
Methods inherited from class mondrian.calc.impl.AbstractCalc
accept, anyDepends, anyDependsButFirst, butDepends, dependsOn, getArguments, getName, getType, 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, getType
 

Constructor Detail

CrossJoinFunDef.MutableListMemberListMemberListCalc

CrossJoinFunDef.MutableListMemberListMemberListCalc(ResolvedFunCall call,
                                                    Calc[] calcs)
Method Detail

makeList

protected List<Member[]> makeList(List l1,
                                  List l2)
Specified by:
makeList in class CrossJoinFunDef.BaseListCalc

makeList

protected List<Member[]> makeList(Member[] members)

SourceForge.net_Logo