Modifier and Type | Method and Description |
---|---|
Parser |
TableEnvironmentInternal.getParser()
Return a
Parser that provides methods for parsing a SQL string. |
Parser |
TableEnvironmentImpl.getParser() |
Modifier and Type | Method and Description |
---|---|
Parser |
ParserFactory.create(ParserFactory.Context context)
Creates a new parser.
|
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. |
Modifier and Type | Method and Description |
---|---|
Parser |
DefaultParserFactory.create(ParserFactory.Context context) |
Modifier and Type | Class and Description |
---|---|
class |
HiveParser
A Parser that uses Hive's planner to parse a statement.
|
Modifier and Type | Method and Description |
---|---|
Parser |
HiveParserFactory.create(ParserFactory.Context context) |
Modifier and Type | Method and Description |
---|---|
Parser |
SerdeContext.getParser() |
Constructor and Description |
---|
SerdeContext(Parser parser,
org.apache.flink.table.planner.calcite.FlinkContext flinkContext,
org.apache.flink.table.planner.calcite.FlinkTypeFactory typeFactory,
org.apache.calcite.sql.SqlOperatorTable operatorTable) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.