Package | Description |
---|---|
mondrian.olap.fun |
Defines the set of MDX built-in functions.
|
mondrian.olap.fun.extra |
Defines MDX extension functions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregateFunDef
Abstract base class for all aggregate functions (
Aggregate ,
Sum , Avg , et cetera). |
class |
AggregateFunDef
Definition of the
AGGREGATE MDX function. |
class |
CacheFunDef
Definition of the
Cache system function, which is smart enough
to evaluate its argument only once. |
static class |
CacheFunDef.CacheFunResolver |
class |
CastFunDef
Definition of the
CAST MDX operator. |
class |
CoalesceEmptyFunDef
Definition of the
CoalesceEmpty MDX function. |
class |
CrossJoinFunDef
Definition of the
CrossJoin MDX function. |
class |
ExistingFunDef
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 |
FunDefBase
FunDefBase is the default implementation of FunDef . |
class |
HierarchyCurrentMemberFunDef
Definition of the
<Hierarchy>.CurrentMember MDX
builtin function. |
class |
HierarchyDimensionFunDef
Definition of the
<Hierarchy>.Dimension MDX
builtin function. |
class |
IifFunDef
Definition of the
Iif MDX function. |
class |
JavaFunDef
MDX function which is implemented by a Java method.
|
class |
LevelHierarchyFunDef
Definition of the
<Level>.Hierarchy MDX builtin function. |
class |
LevelMembersFunDef
Definition of the
<Level>.Members MDX function. |
class |
LinReg
Abstract base class for definitions of linear regression functions.
|
static class |
LinReg.InterceptFunDef
Definition of the
LinRegIntercept MDX function. |
static class |
LinReg.PointFunDef
Definition of the
LinRegPoint MDX function. |
static class |
LinReg.R2FunDef
Definition of the
LinRegR2 MDX function. |
static class |
LinReg.SlopeFunDef
Definition of the
LinRegSlope MDX function. |
static class |
LinReg.VarianceFunDef
Definition of the
LinRegVariance MDX function. |
class |
MemberHierarchyFunDef
Definition of the
<Member>.Hierarchy MDX builtin function. |
class |
MemberLevelFunDef
Definition of the
<Member>.Level MDX builtin function. |
class |
MemberOrderKeyFunDef
Definition of the
<Member>.OrderKey MDX builtin
function. |
class |
MultiResolver
A
MultiResolver considers several overloadings of the same
function. |
class |
NamedSetCurrentFunDef
Definition of the
<Named Set>.Current MDX
builtin function. |
class |
NamedSetCurrentOrdinalFunDef
Definition of the
<Named Set>.CurrentOrdinal MDX builtin
function. |
class |
NativizeSetFunDef
Definition of the
NativizeSet MDX function. |
class |
NonEmptyCrossJoinFunDef
Definition of the
NonEmptyCrossJoin MDX function. |
class |
ParameterFunDef
A
ParameterFunDef is a pseudo-function describing calls to
Parameter and ParamRef functions. |
static class |
ParameterFunDef.ParameterResolver
Resolves calls to the
Parameter MDX function. |
static class |
ParameterFunDef.ParamRefResolver
Resolves calls to the
ParamRef MDX function. |
class |
ParenthesesFunDef
ParenthesesFunDef implements the parentheses operator as if it
were a function. |
class |
RankFunDef
Definition of the
RANK MDX function. |
class |
ReflectiveMultiResolver
Resolver which uses reflection to instantiate a
FunDef . |
class |
SetFunDef
SetFunDef implements the 'set' function (whose syntax is the
brace operator, { ... |
class |
TupleFunDef
TupleFunDef implements the '(...)' operator which builds
tuples, as in ([Time].CurrentMember,
[Stores].[USA].[California]) . |
class |
ValidMeasureFunDef
Definition of the
ValidMeasure MDX function. |
class |
VisualTotalsFunDef
Definition of the
VisualTotals MDX function. |
Modifier and Type | Class and Description |
---|---|
class |
CalculatedChildFunDef
Definition of the
CalculatedChild MDX function. |
class |
NthQuartileFunDef
Definition of the
FirstQ and ThirdQ MDX extension
functions. |
Copyright © 2018 Hitachi Vantara. All rights reserved.