Package org.apache.flink.table.operations.materializedtable
-
Interface Summary Interface Description MaterializedTableOperation The marker interface for materialized table. -
Class Summary Class Description AlterMaterializedTableChangeOperation Alter materialized table with new table definition and table changes represents the modification.AlterMaterializedTableOperation Abstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.AlterMaterializedTableRefreshOperation Operation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.][db_name.]table_name REFRESH [PARTITION (key1=val1, key2=val2, ...)].AlterMaterializedTableResumeOperation Operation to describe a ALTER MATERIALIZED TABLE ...AlterMaterializedTableSuspendOperation Operation to describe a ALTER MATERIALIZED TABLE ...CreateMaterializedTableOperation Operation to describe a CREATE MATERIALIZED TABLE statement.DropMaterializedTableOperation Operation to describe a DROP MATERIALIZED TABLE statement.