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 |
DimensionExpr
Usage of a
Dimension as an MDX expression. |
class |
HierarchyExpr
Usage of a
Hierarchy as an MDX expression. |
class |
LevelExpr
Usage of a
Level as an MDX expression. |
class |
MemberExpr
Usage of a
Member as an MDX expression. |
class |
NamedSetExpr
Usage of a
NamedSet in an MDX expression. |
class |
ParameterExpr
MDX expression which is a usage of a
Parameter . |
class |
ResolvedFunCall
A
ResolvedFunCall is a function applied to a list of operands,
which has been validated and resolved to a
function definition . |
class |
UnresolvedFunCall
An expression consisting of a named function or operator
applied to a set of arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
Id
Multi-part identifier.
|
class |
Literal
Represents a constant value, such as a string or number, in a parse tree.
|
Copyright © 2019 Hitachi Vantara. All rights reserved.