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 class
AlterMaterializedTableAsQueryOperation
Operation to describe an ALTER MATERIALIZED TABLE AS query operation.class
AlterMaterializedTableChangeOperation
Alter materialized table with new table definition and table changes represents the modification.class
AlterMaterializedTableRefreshOperation
Operation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]class
AlterMaterializedTableResumeOperation
Operation to describe a ALTER MATERIALIZED TABLE ...class
AlterMaterializedTableSuspendOperation
Operation to describe a ALTER MATERIALIZED TABLE ...
-