Class AlterTableOperation

java.lang.Object
org.apache.flink.table.operations.ddl.AlterTableOperation
All Implemented Interfaces:
AlterOperation, ExecutableOperation, Operation
Direct Known Subclasses:
AddPartitionsOperation, AlterPartitionOperation, AlterTableChangeOperation, AlterTableOptionsOperation, AlterTableRenameOperation, AlterTableSchemaOperation, DropPartitionsOperation

@Internal public abstract class AlterTableOperation extends Object implements AlterOperation
Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.
  • Field Details

    • tableIdentifier

      protected final org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier
    • ignoreIfTableNotExists

      protected final boolean ignoreIfTableNotExists
  • Constructor Details

    • AlterTableOperation

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

    • getTableIdentifier

      public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
    • ignoreIfTableNotExists

      public boolean ignoreIfTableNotExists()