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 SummaryModifier and TypeMethodDescriptionalwaysNull(String sourceName) alwaysNull(String sourceName, String targetName) build()build(boolean allowMissingFields) caseSensitive(boolean sensitive) withSpecId(int newSpecId) 
- 
Method Details- 
caseSensitive
- 
withSpecId
- 
identity
- 
identity
- 
year
- 
year
- 
month
- 
month
- 
day
- 
day
- 
hour
- 
hour
- 
bucket
- 
bucket
- 
truncate
- 
truncate
- 
alwaysNull
- 
alwaysNull
- 
build
- 
build
 
-