Package org.apache.iceberg
Class PartitionSpec.Builder
java.lang.Object
org.apache.iceberg.PartitionSpec.Builder
- Enclosing class:
 - PartitionSpec
 
Used to create valid 
partition specs.
 Call PartitionSpec.builderFor(Schema) to create a new builder.
- 
Method Summary
Modifier and TypeMethodDescriptionalwaysNull(String sourceName) alwaysNull(String sourceName, String targetName) build()withSpecId(int newSpecId)  
- 
Method Details
- 
withSpecId
 - 
identity
 - 
year
 - 
year
 - 
month
 - 
month
 - 
day
 - 
day
 - 
hour
 - 
hour
 - 
bucket
 - 
bucket
 - 
truncate
 - 
truncate
 - 
alwaysNull
 - 
alwaysNull
 - 
build
 
 -