Uses of Interface
org.apache.iceberg.view.UpdateProperties
-
Packages that use UpdateProperties Package Description org.apache.iceberg.view -
-
Uses of UpdateProperties in org.apache.iceberg.view
Methods in org.apache.iceberg.view that return UpdateProperties Modifier and Type Method Description UpdatePropertiesUpdateProperties. remove(String key)Remove the given property key from the table.UpdatePropertiesUpdateProperties. set(String key, String value)Add a key/value property to the table.UpdatePropertiesBaseView. updateProperties()UpdatePropertiesView. updateProperties()Update view properties and commit the changes.
-