public class PartitionField
extends java.lang.Object
implements java.io.Serializable
PartitionSpec.| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object other) | 
| int | fieldId()Returns the partition field id across all the table metadata's partition specs. | 
| int | hashCode() | 
| java.lang.String | name()Returns the name of this partition field. | 
| int | sourceId()Returns the field id of the source field in the  spec'stable schema. | 
| java.lang.String | toString() | 
| Transform<?,?> | transform()Returns the transform used to produce partition values from source values. | 
public int sourceId()
spec's table schema.public int fieldId()
public java.lang.String name()
public Transform<?,?> transform()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object