Package org.apache.iceberg.rest.requests
Class CreateTableRequest.Builder
java.lang.Object
org.apache.iceberg.rest.requests.CreateTableRequest.Builder
- Enclosing class:
- CreateTableRequest
- 
Method SummaryModifier and TypeMethodDescriptionbuild()setProperties(Map<String, String> props) setProperty(String property, String value) withLocation(String newLocation) withPartitionSpec(PartitionSpec tableSpec) withSchema(Schema tableSchema) withWriteOrder(SortOrder order) 
- 
Method Details- 
withName
- 
withLocation
- 
setProperty
- 
setProperties
- 
withSchema
- 
withPartitionSpec
- 
withWriteOrder
- 
stageCreate
- 
build
 
-