Interface CreateTableEvent
- All Superinterfaces:
CatalogModificationEvent,TableModificationEvent
When a table is created, a
CreateTableEvent event will be created and fired.-
Method Summary
Modifier and TypeMethodDescriptionstatic CreateTableEventcreateEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfExists, boolean isTemporary) booleanMethods 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
-
ignoreIfExists
boolean ignoreIfExists() -
createEvent
static CreateTableEvent createEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfExists, boolean isTemporary)
-