Uses of Interface
org.apache.flink.table.operations.materializedtable.MaterializedTableOperation
-
Packages that use MaterializedTableOperation Package Description org.apache.flink.table.operations.materializedtable -
-
Uses of MaterializedTableOperation in org.apache.flink.table.operations.materializedtable
Classes in org.apache.flink.table.operations.materializedtable that implement MaterializedTableOperation Modifier and Type Class Description classAlterMaterializedTableChangeOperationAlter materialized table with new table definition and table changes represents the modification.classAlterMaterializedTableOperationAbstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.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 ...classCreateMaterializedTableOperationOperation to describe a CREATE MATERIALIZED TABLE statement.classDropMaterializedTableOperationOperation to describe a DROP MATERIALIZED TABLE statement.
-