Uses of Class
mondrian.olap.fun.FunDefBase
Package
Description
Defines the set of MDX built-in functions.
Defines MDX extension functions.
-
Uses of FunDefBase in mondrian.olap.fun
Modifier and TypeClassDescriptionclass
Abstract base class for all aggregate functions (Aggregate
,Sum
,Avg
, et cetera).class
Definition of theAGGREGATE
MDX function.class
Definition of theCache
system function, which is smart enough to evaluate its argument only once.class
Definition of theCAST
MDX operator.class
Definition of theCoalesceEmpty
MDX function.class
Definition of theCrossJoin
MDX function.class
Existing 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.class
Definition of the<Hierarchy>.CurrentMember
MDX builtin function.class
Definition of the<Hierarchy>.Dimension
MDX builtin function.class
Definition of theIif
MDX function.class
MDX function which is implemented by a Java method.class
Definition of the<Level>.Hierarchy
MDX builtin function.class
Definition of the<Level>.Members
MDX function.class
Abstract base class for definitions of linear regression functions.static class
Definition of theLinRegIntercept
MDX function.static class
Definition of theLinRegPoint
MDX function.static class
Definition of theLinRegR2
MDX function.static class
Definition of theLinRegSlope
MDX function.static class
Definition of theLinRegVariance
MDX function.class
Definition of the<Member>.Hierarchy
MDX builtin function.class
Definition of the<Member>.Level
MDX builtin function.final class
Definition of the<Member>.OrderKey
MDX builtin function.class
Definition of the<Named Set>.Current
MDX builtin function.class
Definition of the<Named Set>.CurrentOrdinal
MDX builtin function.class
Definition of theNativizeSet
MDX function.class
Definition of theNonEmptyCrossJoin
MDX function.class
AParameterFunDef
is a pseudo-function describing calls toParameter
andParamRef
functions.class
ParenthesesFunDef
implements the parentheses operator as if it were a function.class
Definition of theRANK
MDX function.class
SetFunDef
implements the 'set' function (whose syntax is the brace operator,{ ...
class
TupleFunDef
implements the '(...)' operator which builds tuples, as in([Time].CurrentMember, [Stores].[USA].[California])
.class
Definition of theValidMeasure
MDX function.class
Definition of theVisualTotals
MDX function. -
Uses of FunDefBase in mondrian.olap.fun.extra
Modifier and TypeClassDescriptionclass
CachedExistsFunDef is a replacement for the Exists MDX function that Analyzer uses for projecting tuples for subtotals, Top10 and other calculations.class
Definition of theCalculatedChild
MDX function.class
Definition of theFirstQ
andThirdQ
MDX extension functions.