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