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 Constructor Description CatalogCommentChange(String newComment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogDescriptorapplyChange(CatalogDescriptor descriptor)Generate a new CatalogDescriptor after applying the change to the given descriptor.
-
-
-
Constructor Detail
-
CatalogCommentChange
public CatalogCommentChange(String newComment)
-
-
Method Detail
-
applyChange
public CatalogDescriptor applyChange(CatalogDescriptor descriptor)
Description copied from interface:CatalogChangeGenerate a new CatalogDescriptor after applying the change to the given descriptor.- Specified by:
applyChangein interfaceCatalogChange
-
-