Uses of Class
mondrian.olap.Util
Packages that use Util
Package
Description
Defines the set of MDX built-in functions.
Defines MDX extension functions.
-
Uses of Util in mondrian.olap.fun
Subclasses of Util 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.static classclassDefinition 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.classFunDefBaseis the default implementation ofFunDef.classFunUtilcontains a set of methods useful within themondrian.olap.funpackage.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.classAMultiResolverconsiders several overloadings of the same 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.static classResolves calls to theParameterMDX function.static classResolves calls to theParamRefMDX function.classParenthesesFunDefimplements the parentheses operator as if it were a function.classDefinition of theRANKMDX function.classResolver which uses reflection to instantiate aFunDef.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 Util in mondrian.olap.fun.extra
Subclasses of Util 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.