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