Package | Description |
---|---|
org.apache.flink.sql.parser.ddl | |
org.apache.flink.sql.parser.impl |
Modifier and Type | Method and Description |
---|---|
Optional<SqlTableLike> |
SqlCreateTable.getTableLike() |
Constructor and Description |
---|
SqlCreateTable(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList columnList,
List<SqlTableConstraint> tableConstraints,
org.apache.calcite.sql.SqlNodeList propertyList,
org.apache.calcite.sql.SqlNodeList partitionKeyList,
SqlWatermark watermark,
org.apache.calcite.sql.SqlCharStringLiteral comment,
SqlTableLike tableLike,
boolean isTemporary,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
SqlTableLike |
FlinkSqlParserImpl.SqlTableLike(org.apache.calcite.sql.parser.SqlParserPos startPos) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.