Uses of Interface
org.apache.flink.table.catalog.TableChange.MaterializedTableChange
-
Packages that use TableChange.MaterializedTableChange Package Description org.apache.flink.table.catalog -
-
Uses of TableChange.MaterializedTableChange in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement TableChange.MaterializedTableChange Modifier and Type Class Description static classTableChange.AddColumnA table change to add a column.static classTableChange.DropColumnA table change to drop the column.static classTableChange.ModifyDefinitionQueryA table change to modify the definition query.static classTableChange.ModifyRefreshHandlerA table change to modify materialized table refresh handler.static classTableChange.ModifyRefreshStatusA table change to modify materialized table refresh status.
-