Interface TableModificationEvent
- All Superinterfaces:
CatalogModificationEvent
- All Known Subinterfaces:
AlterTableEvent,CreateTableEvent,DropTableEvent
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 TypeMethodDescriptionorg.apache.flink.table.catalog.ObjectIdentifierbooleanorg.apache.flink.table.catalog.CatalogBaseTabletable()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()
-