mondrian.olap.fun
Class CrossJoinFunDef.ImmutableListMemberArrayListMemberArrayListCalc

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

 class CrossJoinFunDef.ImmutableListMemberArrayListMemberArrayListCalc
extends CrossJoinFunDef.BaseListCalc

 

Field Summary
 
Fields inherited from class mondrian.calc.impl.AbstractCalc
exp, type
 
Constructor Summary
CrossJoinFunDef.ImmutableListMemberArrayListMemberArrayListCalc(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.ImmutableListMemberArrayListMemberArrayListCalc

CrossJoinFunDef.ImmutableListMemberArrayListMemberArrayListCalc(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