Package org.apache.iceberg
Class PartitionData
java.lang.Object
org.apache.iceberg.PartitionData
- All Implemented Interfaces:
- Serializable,- org.apache.avro.generic.GenericContainer,- org.apache.avro.generic.IndexedRecord,- org.apache.avro.specific.SpecificData.SchemaConstructable,- StructLike
public class PartitionData
extends Object
implements org.apache.avro.generic.IndexedRecord, StructLike, org.apache.avro.specific.SpecificData.SchemaConstructable, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PartitionData
 
- 
- 
Method Details- 
getPartitionType
- 
getSchemapublic org.apache.avro.Schema getSchema()- Specified by:
- getSchemain interface- org.apache.avro.generic.GenericContainer
 
- 
getType
- 
clearpublic void clear()
- 
sizepublic int size()- Specified by:
- sizein interface- StructLike
 
- 
get- Specified by:
- getin interface- StructLike
 
- 
get- Specified by:
- getin interface- org.apache.avro.generic.IndexedRecord
 
- 
setpublic <T> void set(int pos, T value) - Specified by:
- setin interface- StructLike
 
- 
put- Specified by:
- putin interface- org.apache.avro.generic.IndexedRecord
 
- 
toString
- 
copy
- 
copyFor
- 
equals
- 
hashCodepublic int hashCode()
- 
copyData
 
-