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