Uses of Package
mondrian.mdx
-
Packages that use mondrian.mdx Package Description mondrian.calc Provides compiled expressions.mondrian.mdx Defines a parse tree for MDX expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.olap.fun.extra Defines MDX extension functions. -
Classes in mondrian.mdx used by mondrian.calc Class Description MdxVisitor Interface for a visitor to an MDX parse tree. -
Classes in mondrian.mdx used by mondrian.mdx Class Description DimensionExpr Usage of aDimension
as an MDX expression.HierarchyExpr Usage of aHierarchy
as an MDX expression.LevelExpr Usage of aLevel
as an MDX expression.MdxVisitor Interface for a visitor to an MDX parse tree.MemberExpr Usage of aMember
as an MDX expression.NamedSetExpr Usage of aNamedSet
in an MDX expression.ParameterExpr MDX expression which is a usage of aParameter
.ResolvedFunCall AResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
.UnresolvedFunCall An expression consisting of a named function or operator applied to a set of arguments. -
Classes in mondrian.mdx used by mondrian.olap Class Description MdxVisitor Interface for a visitor to an MDX parse tree.MdxVisitorImpl Default implementation of the visitor interface,MdxVisitor
.ParameterExpr MDX expression which is a usage of aParameter
.ResolvedFunCall 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 Class Description DimensionExpr Usage of aDimension
as an MDX expression.HierarchyExpr Usage of aHierarchy
as an MDX expression.LevelExpr Usage of aLevel
as an MDX expression.MdxVisitor Interface for a visitor to an MDX parse tree.MdxVisitorImpl Default implementation of the visitor interface,MdxVisitor
.MemberExpr Usage of aMember
as an MDX expression.ParameterExpr MDX expression which is a usage of aParameter
.ResolvedFunCall 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.extra Class Description ResolvedFunCall AResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
.