Uses of Interface
mondrian.calc.ListCalc
-
Packages that use ListCalc Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions.mondrian.olap.fun Defines the set of MDX built-in functions. -
-
Uses of ListCalc in mondrian.calc
Methods in mondrian.calc that return ListCalc Modifier and Type Method Description ListCalcExpCompiler. compileList(Exp exp)Compiles an expression which yields an immutableTupleListresult.ListCalcExpCompiler. compileList(Exp exp, boolean mutable)Compiles an expression which yieldsTupleListresult. -
Uses of ListCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement ListCalc Modifier and Type Class Description classAbstractListCalcAbstract implementation of theListCalcinterface.classGenericIterCalcAdapter which computes a set expression and converts it to any list or iterable type.classIterableListCalcMethods in mondrian.calc.impl that return ListCalc Modifier and Type Method Description ListCalcAbstractExpCompiler. compileList(Exp exp)ListCalcAbstractExpCompiler. compileList(Exp exp, boolean mutable)ListCalcBetterExpCompiler. compileList(Exp exp, boolean mutable)ListCalcDelegatingExpCompiler. compileList(Exp exp)ListCalcDelegatingExpCompiler. compileList(Exp exp, boolean mutable)ListCalcAbstractExpCompiler. toList(IterCalc calc)Converts an iterable over tuples to a list of tuples. -
Uses of ListCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement ListCalc Modifier and Type Class Description static classNativizeSetFunDef.NativeListCalcstatic classSetFunDef.SetListCalcCompiled expression to implement the MDX set function,{ ...Methods in mondrian.olap.fun that return ListCalc Modifier and Type Method Description protected ListCalcCrossJoinFunDef. compileCallImmutableList(ResolvedFunCall call, ExpCompiler compiler)protected ListCalcCrossJoinFunDef. compileCallMutableList(ResolvedFunCall call, ExpCompiler compiler)Methods in mondrian.olap.fun with parameters of type ListCalc Modifier and Type Method Description protected static TupleListAbstractAggregateFunDef. evaluateCurrentList(ListCalc listCalc, Evaluator evaluator)Evaluates the list of members or tuples used in computing the aggregate.protected static mondrian.olap.fun.LinReg.ValueLinReg. process(Evaluator evaluator, ListCalc listCalc, DoubleCalc yCalc, DoubleCalc xCalc)Constructors in mondrian.olap.fun with parameters of type ListCalc Constructor Description AggregateCalc(Exp exp, ListCalc listCalc, Calc calc)AggregateCalc(Exp exp, ListCalc listCalc, Calc calc, Member member)
-