Package org.apache.flink.sql.parser.ddl
Class TableSchemaContext.AlterTableSchemaContext
- java.lang.Object
-
- org.apache.flink.sql.parser.ddl.TableSchemaContext
-
- org.apache.flink.sql.parser.ddl.TableSchemaContext.AlterTableSchemaContext
-
- Enclosing class:
- TableSchemaContext
public static class TableSchemaContext.AlterTableSchemaContext extends TableSchemaContext
Alter table context.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.sql.parser.ddl.TableSchemaContext
TableSchemaContext.AlterTableSchemaContext
-
-
Field Summary
Fields Modifier and Type Field Description List<org.apache.calcite.sql.SqlNode>columnPositions-
Fields inherited from class org.apache.flink.sql.parser.ddl.TableSchemaContext
columnList, constraints, watermark
-
-
Constructor Summary
Constructors Constructor Description AlterTableSchemaContext()
-
-
-
Field Detail
-
columnPositions
public List<org.apache.calcite.sql.SqlNode> columnPositions
-
-