Package | Description |
---|---|
org.apache.flink.sql.parser.hive.ddl | |
org.apache.flink.sql.parser.hive.impl |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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–2021 The Apache Software Foundation. All rights reserved.