Interface AlterTableEvent

All Superinterfaces:
CatalogModificationEvent, TableModificationEvent

@PublicEvolving public interface AlterTableEvent extends TableModificationEvent
When a table is altered, a AlterTableEvent event will be created and fired.
  • Method Details

    • newTable

      org.apache.flink.table.catalog.CatalogBaseTable newTable()
    • ignoreIfNotExists

      boolean ignoreIfNotExists()
    • createEvent

      static AlterTableEvent createEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable newTable, boolean ignoreIfNotExists)