Uses of Interface
mondrian.calc.ListCalc
Packages that use ListCalc
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of ListCalc in mondrian.calc
Methods in mondrian.calc that return ListCalcModifier and TypeMethodDescriptionExpCompiler.compileList(Exp exp) Compiles an expression which yields an immutableTupleListresult.ExpCompiler.compileList(Exp exp, boolean mutable) Compiles an expression which yieldsTupleListresult. -
Uses of ListCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement ListCalcModifier and TypeClassDescriptionclassAbstract implementation of theListCalcinterface.classAdapter which computes a set expression and converts it to any list or iterable type.classMethods in mondrian.calc.impl that return ListCalcModifier and TypeMethodDescriptionAbstractExpCompiler.compileList(Exp exp) AbstractExpCompiler.compileList(Exp exp, boolean mutable) BetterExpCompiler.compileList(Exp exp, boolean mutable) final ListCalcDelegatingExpCompiler.compileList(Exp exp) DelegatingExpCompiler.compileList(Exp exp, boolean mutable) Converts an iterable over tuples to a list of tuples. -
Uses of ListCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement ListCalcModifier and TypeClassDescriptionstatic classstatic classCompiled expression to implement the MDX set function,{ ...Methods in mondrian.olap.fun that return ListCalcModifier and TypeMethodDescriptionprotected ListCalcCrossJoinFunDef.compileCallImmutableList(ResolvedFunCall call, ExpCompiler compiler) protected ListCalcCrossJoinFunDef.compileCallMutableList(ResolvedFunCall call, ExpCompiler compiler) Methods in mondrian.olap.fun with parameters of type ListCalcModifier and TypeMethodDescriptionprotected 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 ListCalcModifierConstructorDescriptionAggregateCalc(Exp exp, ListCalc listCalc, Calc calc) AggregateCalc(Exp exp, ListCalc listCalc, Calc calc, Member member)