Class AlterMaterializedTableResumeOperation

java.lang.Object
org.apache.flink.table.operations.materializedtable.AlterMaterializedTableOperation
org.apache.flink.table.operations.materializedtable.AlterMaterializedTableResumeOperation
All Implemented Interfaces:
AlterOperation, ExecutableOperation, MaterializedTableOperation, Operation

@Internal public class AlterMaterializedTableResumeOperation extends AlterMaterializedTableOperation
Operation to describe a ALTER MATERIALIZED TABLE ... RESUME statement.
  • Constructor Details

    • AlterMaterializedTableResumeOperation

      public AlterMaterializedTableResumeOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, Map<String,String> options)
  • Method Details