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, MemberListCalc, TupleListCalc
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)
           
 
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.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

SourceForge.net_Logo