Class TableChange.ModifyPhysicalColumnType

java.lang.Object
org.apache.flink.table.catalog.TableChange.ModifyColumn
org.apache.flink.table.catalog.TableChange.ModifyPhysicalColumnType
All Implemented Interfaces:
TableChange, TableChange.CatalogTableChange
Enclosing interface:
TableChange

@PublicEvolving public static class TableChange.ModifyPhysicalColumnType extends TableChange.ModifyColumn
A table change that modify the physical column data type.

It is equal to the following statement:

    ALTER TABLE <table_name> MODIFY <column_name> <new_column_type>