Uses of Class
org.apache.flink.table.catalog.TableChange.ModifyColumn
-
Packages that use TableChange.ModifyColumn Package Description org.apache.flink.table.catalog -
-
Uses of TableChange.ModifyColumn in org.apache.flink.table.catalog
Subclasses of TableChange.ModifyColumn in org.apache.flink.table.catalog Modifier and Type Class Description static classTableChange.ModifyColumnCommentA table change to modify the column comment.static classTableChange.ModifyColumnNameA table change to modify the column name.static classTableChange.ModifyColumnPositionA table change to modify the column position.static classTableChange.ModifyPhysicalColumnTypeA table change that modify the physical column data type.Methods in org.apache.flink.table.catalog that return TableChange.ModifyColumn Modifier and Type Method Description static TableChange.ModifyColumnTableChange. modify(Column oldColumn, Column newColumn, TableChange.ColumnPosition columnPosition)A table change to modify a column.
-