Package org.apache.flink.table.catalog
Interface CatalogChange
- All Known Implementing Classes:
CatalogChange.CatalogCommentChange,CatalogChange.CatalogConfigurationChange
@Internal
public interface CatalogChange
CatalogChange represents the modification of the catalog.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA catalog change to modify the comment.static classA catalog change to modify the catalog configuration. -
Method Summary
Modifier and TypeMethodDescriptionapplyChange(CatalogDescriptor descriptor) Generate a new CatalogDescriptor after applying the change to the given descriptor.
-
Method Details
-
applyChange
Generate a new CatalogDescriptor after applying the change to the given descriptor.
-