public interface MdxParserValidator
NOTE: API is subject to change. Current implementation is backwards compatible with the old parser based on JavaCUP.
Modifier and Type | Interface and Description |
---|---|
static interface |
MdxParserValidator.QueryPartFactory |
Modifier and Type | Method and Description |
---|---|
Exp |
parseExpression(Statement statement,
String queryString,
boolean debug,
FunTable funTable) |
QueryPart |
parseInternal(Statement statement,
String queryString,
boolean debug,
FunTable funTable,
boolean strictValidation)
Parses a string to create a
Query . |
Copyright © 2020 Hitachi Vantara. All rights reserved.