Uses of Package
mondrian.mdx
Package
Description
Provides compiled expressions.
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines the set of MDX built-in functions.
Defines MDX extension functions.
-
-
ClassDescriptionUsage of a
Dimension
as an MDX expression.Usage of aHierarchy
as an MDX expression.Usage of aLevel
as an MDX expression.Interface for a visitor to an MDX parse tree.Usage of aMember
as an MDX expression.Usage of aNamedSet
in an MDX expression.MDX expression which is a usage of aParameter
.AResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
.An expression consisting of a named function or operator applied to a set of arguments. -
ClassDescriptionInterface for a visitor to an MDX parse tree.Default implementation of the visitor interface,
MdxVisitor
.MDX expression which is a usage of aParameter
.AResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
. -
ClassDescriptionUsage of a
Dimension
as an MDX expression.Usage of aHierarchy
as an MDX expression.Usage of aLevel
as an MDX expression.Interface for a visitor to an MDX parse tree.Default implementation of the visitor interface,MdxVisitor
.Usage of aMember
as an MDX expression.MDX expression which is a usage of aParameter
.AResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
. -
ClassDescriptionA
ResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
.