| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DimensionExprUsage of a  Dimensionas an MDX expression. | 
| class  | HierarchyExprUsage of a  Hierarchyas an MDX expression. | 
| class  | LevelExprUsage of a  Levelas an MDX expression. | 
| class  | MemberExprUsage of a  Memberas an MDX expression. | 
| class  | NamedSetExprUsage of a  NamedSetin an MDX expression. | 
| class  | ParameterExprMDX expression which is a usage of a  Parameter. | 
| class  | ResolvedFunCallA  ResolvedFunCallis a function applied to a list of operands,
 which has been validated and resolved to afunction definition. | 
| class  | UnresolvedFunCallAn expression consisting of a named function or operator
 applied to a set of arguments. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IdMulti-part identifier. | 
| class  | LiteralRepresents a constant value, such as a string or number, in a parse tree. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.