Uses of Class
org.apache.flink.table.catalog.TableChange.ModifyColumn
Packages that use TableChange.ModifyColumn
-
Uses of TableChange.ModifyColumn in org.apache.flink.table.catalog
Subclasses of TableChange.ModifyColumn in org.apache.flink.table.catalogModifier and TypeClassDescriptionstatic classA table change to modify the column comment.static classA table change to modify the column name.static classA table change to modify the column position.static classA table change that modify the physical column data type.Methods in org.apache.flink.table.catalog that return TableChange.ModifyColumnModifier and TypeMethodDescriptionstatic TableChange.ModifyColumnTableChange.modify(Column oldColumn, Column newColumn, TableChange.ColumnPosition columnPosition) A table change to modify a column.