Uses of Interface
mondrian.calc.IterCalc
Packages that use IterCalc
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Defines the set of MDX built-in functions.
-
Uses of IterCalc in mondrian.calc
Subinterfaces of IterCalc in mondrian.calcModifier and TypeInterfaceDescriptioninterface
Expression which evaluates a set of members or tuples to a list.Methods in mondrian.calc that return IterCalcModifier and TypeMethodDescriptionExpCompiler.compileIter
(Exp exp) Compiles an expression which yields an immutableIterable
result. -
Uses of IterCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement IterCalcModifier and TypeClassDescriptionclass
Abstract implementation of theIterCalc
interface.class
Abstract implementation of theListCalc
interface.class
Adapter which computes a set expression and converts it to any list or iterable type.class
Methods in mondrian.calc.impl that return IterCalcModifier and TypeMethodDescriptionAbstractExpCompiler.compileIter
(Exp exp) DelegatingExpCompiler.compileIter
(Exp exp) Methods in mondrian.calc.impl with parameters of type IterCalcModifier and TypeMethodDescriptionConverts an iterable over tuples to a list of tuples.Constructors in mondrian.calc.impl with parameters of type IterCalc -
Uses of IterCalc in mondrian.olap.fun
Classes in mondrian.olap.fun that implement IterCalcModifier and TypeClassDescriptionstatic class
static class
Compiled expression that evaluates one or more expressions, each of which yields a tuple or a set of tuples, and returns the result as a tuple iterator.static class
Compiled expression to implement the MDX set function,{ ...
Methods in mondrian.olap.fun that return IterCalcModifier and TypeMethodDescriptionprotected IterCalc
CrossJoinFunDef.compileCallIterable
(ResolvedFunCall call, ExpCompiler compiler) IterCalc[]
SetFunDef.ExprIterCalc.getCalcs()
Methods in mondrian.olap.fun with parameters of type IterCalcModifier and TypeMethodDescriptionprotected TupleIterable
AbstractAggregateFunDef.evaluateCurrentIterable
(IterCalc iterCalc, Evaluator evaluator)