@PublicEvolving public interface CreateTableEvent extends TableModificationEvent
CreateTableEvent event will be created and fired.| Modifier and Type | Method and Description |
|---|---|
static CreateTableEvent |
createEvent(CatalogContext context,
org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.CatalogBaseTable table,
boolean ignoreIfExists,
boolean isTemporary) |
boolean |
ignoreIfExists() |
identifier, isTemporary, tablecontextboolean ignoreIfExists()
static CreateTableEvent createEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfExists, boolean isTemporary)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.