public class SqlCreateHiveTable
extends org.apache.flink.sql.parser.ddl.SqlCreateTable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SqlCreateHiveTable.HiveTableCreationContext
Creation context for a Hive table.
|
static class |
SqlCreateHiveTable.HiveTableRowFormat
To represent ROW FORMAT in CREATE TABLE DDL.
|
static class |
SqlCreateHiveTable.HiveTableStoredAs
To represent STORED AS in CREATE TABLE DDL.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
IDENTIFIER |
static String |
NOT_NULL_COLS |
static String |
NOT_NULL_CONSTRAINT_TRAITS |
static String |
PK_CONSTRAINT_TRAIT |
static String |
TABLE_IS_EXTERNAL |
static String |
TABLE_LOCATION_URI |
| 构造器和说明 |
|---|
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 |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
fullTableName, getColumnList, getColumnSqlString, getComment, getFullConstraints, getOperandList, getOperator, getPartitionKeyList, getPropertyList, getTableConstraints, getTableLike, getTableName, getWatermark, hasRegularColumnsOnly, isIfNotExists, isTemporary, printIndent, validateaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic 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,
@Nullable
org.apache.calcite.sql.SqlCharStringLiteral comment,
boolean isTemporary,
boolean isExternal,
SqlCreateHiveTable.HiveTableRowFormat rowFormat,
SqlCreateHiveTable.HiveTableStoredAs storedAs,
org.apache.calcite.sql.SqlCharStringLiteral location,
boolean ifNotExists)
throws ParseException
ParseExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.