| 程序包 | 说明 |
|---|---|
| org.apache.flink.sql.parser.hive.ddl | |
| org.apache.flink.sql.parser.hive.impl |
| 构造器和说明 |
|---|
SqlCreateHiveTable(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList columnList,
SqlCreateHiveTable.HiveTableCreationContext creationContext,
org.apache.calcite.sql.SqlNodeList propertyList,
org.apache.calcite.sql.SqlNodeList partColList,
org.apache.calcite.sql.SqlCharStringLiteral comment,
boolean isTemporary,
boolean isExternal,
SqlCreateHiveTable.HiveTableRowFormat rowFormat,
SqlCreateHiveTable.HiveTableStoredAs storedAs,
org.apache.calcite.sql.SqlCharStringLiteral location,
boolean ifNotExists) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FlinkHiveSqlParserImpl.TableColumn(SqlCreateHiveTable.HiveTableCreationContext context) |
void |
FlinkHiveSqlParserImpl.TableColumnWithConstraint(SqlCreateHiveTable.HiveTableCreationContext context) |
void |
FlinkHiveSqlParserImpl.TableConstraint(SqlCreateHiveTable.HiveTableCreationContext context)
Parses a table constraint for CREATE TABLE.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.