mondrian.olap.fun
Class CrossJoinFunDef.MutableListMemberListMemberArrayListCalc

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.MutableListMemberListMemberArrayListCalc
All Implemented Interfaces:
Calc, ListCalc, MemberListCalc, TupleListCalc
Enclosing class:
CrossJoinFunDef

 class CrossJoinFunDef.MutableListMemberListMemberArrayListCalc
extends CrossJoinFunDef.BaseListCalc

 

Field Summary
 
Fields inherited from class mondrian.calc.impl.AbstractCalc
exp, type
 
Constructor Summary
CrossJoinFunDef.MutableListMemberListMemberArrayListCalc(ResolvedFunCall call, Calc[] calcs)
           
 
Method Summary
protected  List<Member[]> makeList(List<Member> members, int totalLen)
           
protected  List<Member[]> makeList(List _l1, List _l2)
           
 
Methods inherited from class mondrian.olap.fun.CrossJoinFunDef.BaseListCalc
evaluateList
 
Methods inherited from class mondrian.calc.impl.AbstractListCalc
evaluate, evaluateMemberList, evaluateTupleList, 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.MutableListMemberListMemberArrayListCalc

CrossJoinFunDef.MutableListMemberListMemberArrayListCalc(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(List<Member> members,
                                  int totalLen)

SourceForge.net_Logo