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 Summary
Modifier and TypeMethodDescriptionsetLocation(String location) Set the table's or view's location.Methods inherited from interface org.apache.iceberg.PendingUpdate
apply, commit, updateEvent 
- 
Method Details
- 
setLocation
Set the table's or view's location.- Parameters:
 location- a String location- Returns:
 - this for method chaining
 
 
 -