Package org.apache.iceberg
Class PartitionField
java.lang.Object
org.apache.iceberg.PartitionField
- All Implemented Interfaces:
- Serializable
Represents a single field in a 
PartitionSpec.- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintfieldId()Returns the partition field id across all the table metadata's partition specs.inthashCode()name()Returns the name of this partition field.intsourceId()Returns the field id of the source field in thespec'stable schema.toString()Transform<?,?> Returns the transform used to produce partition values from source values.
- 
Method Details- 
sourceIdpublic int sourceId()Returns the field id of the source field in thespec'stable schema.
- 
fieldIdpublic int fieldId()Returns the partition field id across all the table metadata's partition specs.
- 
nameReturns the name of this partition field.
- 
transformReturns the transform used to produce partition values from source values.
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-