Uses of Class
org.apache.flink.table.catalog.TableChange.ModifyPhysicalColumnType
Packages that use TableChange.ModifyPhysicalColumnType
-
Uses of TableChange.ModifyPhysicalColumnType in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return TableChange.ModifyPhysicalColumnTypeModifier and TypeMethodDescriptionTableChange.modifyPhysicalColumnType(Column oldColumn, DataType newType) A table change that modify the physical column data type.