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.
|
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 |
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 |
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.
|
class |
ParenthesesFunDef |
ParenthesesFunDef implements the parentheses operator as if it
were a function.
|
class |
RankFunDef |
Definition of the RANK MDX function.
|
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.
|