| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| Modifier and Type | Method and Description |
|---|---|
protected SqlParser |
CalcitePrepareImpl.createParser(String sql)
Factory method for default SQL parser.
|
protected SqlParser |
CalcitePrepareImpl.createParser(String sql,
SqlParser.ConfigBuilder parserConfig)
Factory method for SQL parser with a given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlParser |
SqlParser.create(String s)
Creates a
SqlParser to parse the given string using
Calcite's parser implementation. |
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. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.