Uses of Class
mondrian.mdx.ResolvedFunCall
-
Packages that use ResolvedFunCall Package Description mondrian.mdx Defines a parse tree for MDX expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.olap.fun.extra Defines MDX extension functions. -
-
Uses of ResolvedFunCall in mondrian.mdx
Methods in mondrian.mdx that return ResolvedFunCall Modifier and Type Method Description ResolvedFunCall
ResolvedFunCall. clone()
Methods in mondrian.mdx with parameters of type ResolvedFunCall Modifier and Type Method Description Object
MdxVisitor. visit(ResolvedFunCall call)
Visits a ResolvedFunCall.Object
MdxVisitorImpl. visit(ResolvedFunCall call)
-
Uses of ResolvedFunCall in mondrian.olap
Methods in mondrian.olap with parameters of type ResolvedFunCall Modifier and Type Method Description Calc
FunDef. 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 ResolvedFunCall Modifier and Type Method Description static ResolvedFunCall
SetFunDef. wrapAsSet(Exp... args)
Creates a call to the set operator with a given collection of expressions.Methods in mondrian.olap.fun with parameters of type ResolvedFunCall Modifier and Type Method Description Calc
AggregateFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
CacheFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
CastFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
CoalesceEmptyFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
CrossJoinFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
ExistingFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
FunDefBase. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
HierarchyCurrentMemberFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
HierarchyDimensionFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
IifFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
JavaFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
LevelHierarchyFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
LevelMembersFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
LinReg. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
LinReg.PointFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
MemberHierarchyFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
MemberLevelFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
MemberOrderKeyFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
NamedSetCurrentFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
NamedSetCurrentOrdinalFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
NativizeSetFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
NonEmptyCrossJoinFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
ParenthesesFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
RankFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
SetFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
TupleFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
ValidMeasureFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
VisualTotalsFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
RankFunDef. compileCall2(ResolvedFunCall call, ExpCompiler compiler)
Calc
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)
Object
MemberExtractingVisitor. visit(ResolvedFunCall funCall)
Object
ResolvedFunCallFinder. visit(ResolvedFunCall funCall)
Constructors in mondrian.olap.fun with parameters of type ResolvedFunCall Constructor Description CalcImpl(ResolvedFunCall call, MemberCalc[] memberCalcs)
MemberExtractingVisitor(Set<Member> memberSet, ResolvedFunCall call, boolean mapToAllMember)
NativeListCalc(ResolvedFunCall call, Calc[] calcs, ExpCompiler compiler, mondrian.olap.fun.NativizeSetFunDef.SubstitutionMap substitutionMap, Exp originalExp)
ResolvedFunCallFinder(ResolvedFunCall call)
-
Uses of ResolvedFunCall in mondrian.olap.fun.extra
Methods in mondrian.olap.fun.extra with parameters of type ResolvedFunCall Modifier and Type Method Description Calc
CachedExistsFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
CalculatedChildFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
Calc
NthQuartileFunDef. compileCall(ResolvedFunCall call, ExpCompiler compiler)
-