Uses of Class
mondrian.olap.fun.FunDefBase
Packages that use FunDefBase
Package
Description
Defines the set of MDX built-in functions.
Defines MDX extension functions.
-
Uses of FunDefBase in mondrian.olap.fun
Subclasses of FunDefBase in mondrian.olap.funModifier and TypeClassDescriptionclassAbstract base class for all aggregate functions (Aggregate,Sum,Avg, et cetera).classDefinition of theAGGREGATEMDX function.classDefinition of theCachesystem function, which is smart enough to evaluate its argument only once.classDefinition of theCASTMDX operator.classDefinition of theCoalesceEmptyMDX function.classDefinition of theCrossJoinMDX function.classExisting keyword limits a set to what exists within the current context, ie as if context members of the same dimension as the set were in the slicer.classDefinition of the<Hierarchy>.CurrentMemberMDX builtin function.classDefinition of the<Hierarchy>.DimensionMDX builtin function.classDefinition of theIifMDX function.classMDX function which is implemented by a Java method.classDefinition of the<Level>.HierarchyMDX builtin function.classDefinition of the<Level>.MembersMDX function.classAbstract base class for definitions of linear regression functions.static classDefinition of theLinRegInterceptMDX function.static classDefinition of theLinRegPointMDX function.static classDefinition of theLinRegR2MDX function.static classDefinition of theLinRegSlopeMDX function.static classDefinition of theLinRegVarianceMDX function.classDefinition of the<Member>.HierarchyMDX builtin function.classDefinition of the<Member>.LevelMDX builtin function.final classDefinition of the<Member>.OrderKeyMDX builtin function.classDefinition of the<Named Set>.CurrentMDX builtin function.classDefinition of the<Named Set>.CurrentOrdinalMDX builtin function.classDefinition of theNativizeSetMDX function.classDefinition of theNonEmptyCrossJoinMDX function.classAParameterFunDefis a pseudo-function describing calls toParameterandParamReffunctions.classParenthesesFunDefimplements the parentheses operator as if it were a function.classDefinition of theRANKMDX function.classSetFunDefimplements the 'set' function (whose syntax is the brace operator,{ ...classTupleFunDefimplements the '(...)' operator which builds tuples, as in([Time].CurrentMember, [Stores].[USA].[California]).classDefinition of theValidMeasureMDX function.classDefinition of theVisualTotalsMDX function. -
Uses of FunDefBase in mondrian.olap.fun.extra
Subclasses of FunDefBase in mondrian.olap.fun.extraModifier and TypeClassDescriptionclassCachedExistsFunDef is a replacement for the Exists MDX function that Analyzer uses for projecting tuples for subtotals, Top10 and other calculations.classDefinition of theCalculatedChildMDX function.classDefinition of theFirstQandThirdQMDX extension functions.