| Package | Description |
|---|---|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlParser.Config |
SqlParser.Config.DEFAULT
Default configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SqlParser.Config |
SqlParser.ConfigBuilder.build()
Builds a
SqlParser.Config. |
| Modifier and Type | Method and Description |
|---|---|
static SqlParser.ConfigBuilder |
SqlParser.configBuilder(SqlParser.Config config)
Builder for a
SqlParser.Config that starts with an existing Config. |
static SqlParser |
SqlParser.create(String sql,
SqlParser.Config config)
Creates a
SqlParser to parse the given string using the
parser implementation created from given SqlParserImplFactory
with given quoting syntax and casing policies for identifiers. |
SqlParser.ConfigBuilder |
SqlParser.ConfigBuilder.setConfig(SqlParser.Config config)
Sets configuration identical to a given
SqlParser.Config. |
| Modifier and Type | Method and Description |
|---|---|
SqlParser.Config |
FrameworkConfig.getParserConfig()
The configuration of SQL parser.
|
| Modifier and Type | Method and Description |
|---|---|
Frameworks.ConfigBuilder |
Frameworks.ConfigBuilder.parserConfig(SqlParser.Config parserConfig) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.