Interface CreateTableEvent

All Superinterfaces:
CatalogModificationEvent, TableModificationEvent

@PublicEvolving public interface CreateTableEvent extends TableModificationEvent
When a table is created, a CreateTableEvent event will be created and fired.
  • 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)