Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.parser |
Modifier and Type | Class and Description |
---|---|
static class |
Parser.FactoryImpl |
Modifier and Type | Method and Description |
---|---|
Exp |
Parser.parseExpression(MdxParserValidator.QueryPartFactory factory,
Statement statement,
String queryString,
boolean debug,
FunTable funTable)
Parses a string to create an
Exp . |
QueryPart |
Parser.parseInternal(MdxParserValidator.QueryPartFactory factory,
Statement statement,
String queryString,
boolean debug,
FunTable funTable,
boolean strictValidation)
Parses a string to create a
Query . |
Constructor and Description |
---|
JavaccParserValidatorImpl(MdxParserValidator.QueryPartFactory factory)
Creates a JavaccParserValidatorImpl with an explicit factory for parse
tree nodes.
|
MdxParserImpl(MdxParserValidator.QueryPartFactory factory,
Statement statement,
String queryString,
boolean debug,
FunTable funTable,
boolean strictValidation) |
Copyright © 2020 Hitachi Vantara. All rights reserved.