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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.table.catalog.ObjectIdentifieridentifier()booleanisTemporary()org.apache.flink.table.catalog.CatalogBaseTabletable()-
Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
context
-
-