Class DropMaterializedTableOperation

java.lang.Object
org.apache.flink.table.operations.materializedtable.DropMaterializedTableOperation
All Implemented Interfaces:
DropOperation, ExecutableOperation, MaterializedTableOperation, Operation

@Internal public class DropMaterializedTableOperation extends Object implements DropOperation, MaterializedTableOperation
Operation to describe a DROP MATERIALIZED TABLE statement.
  • Constructor Details

    • DropMaterializedTableOperation

      public DropMaterializedTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, boolean ifExists)
  • Method Details