Package org.apache.flink.table.catalog
Interface CatalogChange
-
- All Known Implementing Classes:
CatalogChange.CatalogCommentChange,CatalogChange.CatalogConfigurationChange
@Internal public interface CatalogChangeCatalogChangerepresents the modification of the catalog.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCatalogChange.CatalogCommentChangeA catalog change to modify the comment.static classCatalogChange.CatalogConfigurationChangeA catalog change to modify the catalog configuration.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CatalogDescriptorapplyChange(CatalogDescriptor descriptor)Generate a new CatalogDescriptor after applying the change to the given descriptor.
-
-
-
Method Detail
-
applyChange
CatalogDescriptor applyChange(CatalogDescriptor descriptor)
Generate a new CatalogDescriptor after applying the change to the given descriptor.
-
-