Uses of Class
mondrian.mdx.ResolvedFunCall
Packages that use ResolvedFunCall
Package
Description
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines the set of MDX built-in functions.
Defines MDX extension functions.
-
Uses of ResolvedFunCall in mondrian.mdx
Methods in mondrian.mdx that return ResolvedFunCallMethods in mondrian.mdx with parameters of type ResolvedFunCallModifier and TypeMethodDescriptionMdxVisitor.visit
(ResolvedFunCall call) Visits a ResolvedFunCall.MdxVisitorImpl.visit
(ResolvedFunCall call) -
Uses of ResolvedFunCall in mondrian.olap
Methods in mondrian.olap with parameters of type ResolvedFunCallModifier and TypeMethodDescriptionFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) Converts a call to this function into executable objects. -
Uses of ResolvedFunCall in mondrian.olap.fun
Methods in mondrian.olap.fun that return ResolvedFunCallModifier and TypeMethodDescriptionstatic ResolvedFunCall
Creates a call to the set operator with a given collection of expressions.Methods in mondrian.olap.fun with parameters of type ResolvedFunCallModifier and TypeMethodDescriptionAggregateFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) CacheFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) CastFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) CoalesceEmptyFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) CrossJoinFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) ExistingFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) FunDefBase.compileCall
(ResolvedFunCall call, ExpCompiler compiler) HierarchyCurrentMemberFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) HierarchyDimensionFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) IifFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) JavaFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) LevelHierarchyFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) LevelMembersFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) LinReg.compileCall
(ResolvedFunCall call, ExpCompiler compiler) LinReg.PointFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) MemberHierarchyFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) MemberLevelFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) MemberOrderKeyFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) NamedSetCurrentFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) NamedSetCurrentOrdinalFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) NativizeSetFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) NonEmptyCrossJoinFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) ParenthesesFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) RankFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) SetFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) TupleFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) ValidMeasureFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) VisualTotalsFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) RankFunDef.compileCall2
(ResolvedFunCall call, ExpCompiler compiler) RankFunDef.compileCall3
(ResolvedFunCall call, ExpCompiler compiler) protected ListCalc
CrossJoinFunDef.compileCallImmutableList
(ResolvedFunCall call, ExpCompiler compiler) protected IterCalc
CrossJoinFunDef.compileCallIterable
(ResolvedFunCall call, ExpCompiler compiler) protected ListCalc
CrossJoinFunDef.compileCallMutableList
(ResolvedFunCall call, ExpCompiler compiler) protected TupleList
CrossJoinFunDef.nonEmptyList
(Evaluator evaluator, TupleList list, ResolvedFunCall call) This is the entry point to the crossjoin non-empty optimizer code.protected TupleList
CrossJoinFunDef.nonEmptyOptimizeList
(Evaluator evaluator, TupleList list, ResolvedFunCall call) MemberExtractingVisitor.visit
(ResolvedFunCall funCall) ResolvedFunCallFinder.visit
(ResolvedFunCall funCall) Constructors in mondrian.olap.fun with parameters of type ResolvedFunCallModifierConstructorDescriptionCalcImpl
(ResolvedFunCall call, MemberCalc[] memberCalcs) MemberExtractingVisitor
(Set<Member> memberSet, ResolvedFunCall call, boolean mapToAllMember) protected
NativeListCalc
(ResolvedFunCall call, Calc[] calcs, ExpCompiler compiler, mondrian.olap.fun.NativizeSetFunDef.SubstitutionMap substitutionMap, Exp originalExp) -
Uses of ResolvedFunCall in mondrian.olap.fun.extra
Methods in mondrian.olap.fun.extra with parameters of type ResolvedFunCallModifier and TypeMethodDescriptionCachedExistsFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) CalculatedChildFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler) NthQuartileFunDef.compileCall
(ResolvedFunCall call, ExpCompiler compiler)