| Package | Description |
|---|---|
| org.apache.flink.table.operations.materializedtable |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterMaterializedTableChangeOperation
Alter materialized table with new table definition and table changes represents the modification.
|
class |
AlterMaterializedTableOperation
Abstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set
properties.
|
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 ...
|
class |
CreateMaterializedTableOperation
Operation to describe a CREATE MATERIALIZED TABLE statement.
|
class |
DropMaterializedTableOperation
Operation to describe a DROP MATERIALIZED TABLE statement.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.