Package org.apache.iceberg
Interface UpdateLocation
- All Superinterfaces:
- PendingUpdate<String>
- All Known Implementing Classes:
- SetLocation
API for setting a table's or view's base location.
- 
Method SummaryModifier and TypeMethodDescriptionsetLocation(String location) Set the table's or view's location.Methods inherited from interface org.apache.iceberg.PendingUpdateapply, commit, updateEvent
- 
Method Details- 
setLocationSet the table's or view's location.- Parameters:
- location- a String location
- Returns:
- this for method chaining
 
 
-