| 程序包 | 说明 |
|---|---|
| org.apache.flink.sql.parser.hive.ddl | |
| org.apache.flink.sql.parser.hive.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlCreateHiveTable.HiveTableStoredAs |
SqlCreateHiveTable.HiveTableStoredAs.ofFileFormat(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier fileFormat) |
static SqlCreateHiveTable.HiveTableStoredAs |
SqlCreateHiveTable.HiveTableStoredAs.ofInputOutputFormat(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlCharStringLiteral intputFormat,
org.apache.calcite.sql.SqlCharStringLiteral outputFormat) |
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlCreateHiveTable.HiveTableStoredAs |
FlinkHiveSqlParserImpl.TableStoredAs(org.apache.calcite.sql.parser.SqlParserPos pos) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.