Uses of Class
org.apache.flink.table.catalog.TableChange.ModifyPhysicalColumnType
-
Packages that use TableChange.ModifyPhysicalColumnType Package Description org.apache.flink.table.catalog -
-
Uses of TableChange.ModifyPhysicalColumnType in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return TableChange.ModifyPhysicalColumnType Modifier and Type Method Description static TableChange.ModifyPhysicalColumnTypeTableChange. modifyPhysicalColumnType(Column oldColumn, DataType newType)A table change that modify the physical column data type.
-