Uses of Interface
org.apache.iceberg.view.UpdateComment
-
Packages that use UpdateComment Package Description org.apache.iceberg.view -
-
Uses of UpdateComment in org.apache.iceberg.view
Classes in org.apache.iceberg.view that implement UpdateComment Modifier and Type Class Description classCommentUpdateUpdate comments API implementation.Methods in org.apache.iceberg.view that return UpdateComment Modifier and Type Method Description UpdateCommentCommentUpdate. updateColumnDoc(String name, String doc)UpdateCommentUpdateComment. updateColumnDoc(String name, String newDoc)Update the comment of a column in the schema.
-