Package org.apache.flink.table.catalog
Class CatalogChange.CatalogCommentChange
java.lang.Object
org.apache.flink.table.catalog.CatalogChange.CatalogCommentChange
- All Implemented Interfaces:
CatalogChange
- Enclosing interface:
- CatalogChange
@Internal
public static class CatalogChange.CatalogCommentChange
extends Object
implements CatalogChange
A catalog change to modify the comment.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogChange
CatalogChange.CatalogCommentChange, CatalogChange.CatalogConfigurationChange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyChange(CatalogDescriptor descriptor) Generate a new CatalogDescriptor after applying the change to the given descriptor.
-
Constructor Details
-
CatalogCommentChange
-
-
Method Details
-
applyChange
Description copied from interface:CatalogChangeGenerate a new CatalogDescriptor after applying the change to the given descriptor.- Specified by:
applyChangein interfaceCatalogChange
-