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 TypeInterfaceDescriptioninterfaceExpression 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 immutableIterableresult. - 
Uses of IterCalc in mondrian.calc.impl
Classes in mondrian.calc.impl that implement IterCalcModifier and TypeClassDescriptionclassAbstract implementation of theIterCalcinterface.classAbstract 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 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 classstatic classCompiled 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 classCompiled expression to implement the MDX set function,{ ...Methods in mondrian.olap.fun that return IterCalcModifier and TypeMethodDescriptionprotected IterCalcCrossJoinFunDef.compileCallIterable(ResolvedFunCall call, ExpCompiler compiler) IterCalc[]SetFunDef.ExprIterCalc.getCalcs()Methods in mondrian.olap.fun with parameters of type IterCalcModifier and TypeMethodDescriptionprotected TupleIterableAbstractAggregateFunDef.evaluateCurrentIterable(IterCalc iterCalc, Evaluator evaluator)