Package mondrian.mdx
-
Interface Summary Interface Description MdxVisitor Interface for a visitor to an MDX parse tree. -
Class Summary 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.MdxVisitorImpl Default implementation of the visitor interface,MdxVisitor
.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
.QueryPrintWriter PrintWriter used for unparsing queries.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.