Interface AlterTableEvent
- All Superinterfaces:
CatalogModificationEvent,TableModificationEvent
When a table is altered, a
AlterTableEvent event will be created and fired.-
Method Summary
Modifier and TypeMethodDescriptionstatic AlterTableEventcreateEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable newTable, boolean ignoreIfNotExists) booleanorg.apache.flink.table.catalog.CatalogBaseTablenewTable()Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
contextMethods inherited from interface org.apache.flink.table.catalog.listener.TableModificationEvent
identifier, isTemporary, table
-
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)
-