Uses of Package
mondrian.mdx
Packages that use 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.
-
Classes in mondrian.mdx used by mondrian.calc
-
Classes in mondrian.mdx used by mondrian.mdxClassDescriptionUsage 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. -
Classes in mondrian.mdx used by mondrian.olapClassDescriptionInterface 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
. -
Classes in mondrian.mdx used by mondrian.olap.funClassDescriptionUsage 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
. -
Classes in mondrian.mdx used by mondrian.olap.fun.extraClassDescriptionA
ResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
.