Modifier and Type | Field and Description |
---|---|
protected Parser |
TableEnvironmentImpl.parser |
Modifier and Type | Method and Description |
---|---|
Parser |
TableEnvironmentInternal.getParser()
Return a
Parser that provides methods for parsing a SQL string. |
Parser |
TableEnvironmentImpl.getParser() |
Constructor and Description |
---|
CatalogTableSchemaResolver(Parser parser,
boolean isStreamingMode) |
Modifier and Type | Method and Description |
---|---|
static SqlCommandParser.SqlCommandCall |
SqlCommandParser.parse(Parser sqlParser,
String stmt)
Parse a sql statement and return corresponding
SqlCommandParser.SqlCommandCall . |
Modifier and Type | Method and Description |
---|---|
Parser |
Executor.getSqlParser(String sessionId)
Returns a sql parser instance.
|
Modifier and Type | Method and Description |
---|---|
Parser |
LocalExecutor.getSqlParser(String sessionId) |
Modifier and Type | Method and Description |
---|---|
Parser |
Planner.getParser()
Retrieves a
Parser that provides methods for parsing a SQL string. |
Modifier and Type | Class and Description |
---|---|
class |
ParserImpl
Implementation of
Parser that uses Calcite. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.