Interface TableModificationEvent

All Superinterfaces:
CatalogModificationEvent
All Known Subinterfaces:
AlterTableEvent, CreateTableEvent, DropTableEvent

@PublicEvolving public interface TableModificationEvent extends CatalogModificationEvent
Base table event, provides column list, primary keys, partition keys, watermarks and properties in CatalogBaseTable. The table can be a source or sink connector.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.catalog.ObjectIdentifier
     
    boolean
     
    org.apache.flink.table.catalog.CatalogBaseTable
     

    Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent

    context
  • Method Details

    • identifier

      org.apache.flink.table.catalog.ObjectIdentifier identifier()
    • table

      @Nullable org.apache.flink.table.catalog.CatalogBaseTable table()
    • isTemporary

      boolean isTemporary()