Package org.apache.flink.table.catalog
Interface TableChange.ColumnPosition
- All Known Implementing Classes:
TableChange.After,TableChange.First
- Enclosing interface:
- TableChange
@PublicEvolving
public static interface TableChange.ColumnPosition
The position of the modified or added column.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic TableChange.ColumnPositionGet the position to place the column after the specified column.static TableChange.ColumnPositionfirst()Get the position to place the column at the first.
-
Method Details
-
first
Get the position to place the column at the first. -
after
Get the position to place the column after the specified column.
-