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.
|
Modifier and Type | Method and Description |
---|---|
Object |
DummyExp.accept(MdxVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
MdxVisitorImpl
Default implementation of the visitor interface,
MdxVisitor . |
Modifier and Type | Method and Description |
---|---|
Object |
HierarchyExpr.accept(MdxVisitor visitor) |
Object |
LevelExpr.accept(MdxVisitor visitor) |
Object |
MemberExpr.accept(MdxVisitor visitor) |
Object |
UnresolvedFunCall.accept(MdxVisitor visitor) |
Object |
NamedSetExpr.accept(MdxVisitor visitor) |
Object |
ResolvedFunCall.accept(MdxVisitor visitor) |
Object |
DimensionExpr.accept(MdxVisitor visitor) |
Object |
ParameterExpr.accept(MdxVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
IdentifierVisitor |
Modifier and Type | Method and Description |
---|---|
Object |
Query.accept(MdxVisitor visitor) |
Object |
QueryAxis.accept(MdxVisitor visitor) |
Object |
Exp.accept(MdxVisitor visitor)
Accepts a visitor to this Exp.
|
Object |
Literal.accept(MdxVisitor visitor) |
Object |
Formula.accept(MdxVisitor visitor)
Accepts a visitor to this Formula.
|
Object |
Id.accept(MdxVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
MemberExtractingVisitor
Visitor which collects any non-measure base members encountered while
traversing an expression.
|
class |
ResolvedFunCallFinder
Visitor class used to locate a resolved function call within an
expression
|
Copyright © 2020 Hitachi Vantara. All rights reserved.