Uses of Class
org.apache.flink.table.operations.materializedtable.AlterMaterializedTableOperation
-
Packages that use AlterMaterializedTableOperation Package Description org.apache.flink.table.operations.materializedtable -
-
Uses of AlterMaterializedTableOperation in org.apache.flink.table.operations.materializedtable
Subclasses of AlterMaterializedTableOperation in org.apache.flink.table.operations.materializedtable Modifier and Type Class Description classAlterMaterializedTableChangeOperationAlter materialized table with new table definition and table changes represents the modification.classAlterMaterializedTableRefreshOperationOperation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.][db_name.]table_name REFRESH [PARTITION (key1=val1, key2=val2, ...)].classAlterMaterializedTableResumeOperationOperation to describe a ALTER MATERIALIZED TABLE ...classAlterMaterializedTableSuspendOperationOperation to describe a ALTER MATERIALIZED TABLE ...
-