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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PartitionData
 
 - 
 - 
Method Details
- 
getPartitionType
 - 
getSchema
public org.apache.avro.Schema getSchema()- Specified by:
 getSchemain interfaceorg.apache.avro.generic.GenericContainer
 - 
getType
 - 
clear
public void clear() - 
size
public int size()- Specified by:
 sizein interfaceStructLike
 - 
get
- Specified by:
 getin interfaceStructLike
 - 
get
- Specified by:
 getin interfaceorg.apache.avro.generic.IndexedRecord
 - 
set
public <T> void set(int pos, T value) - Specified by:
 setin interfaceStructLike
 - 
put
- Specified by:
 putin interfaceorg.apache.avro.generic.IndexedRecord
 - 
toString
 - 
copy
 - 
copyFor
 - 
equals
 - 
hashCode
public int hashCode() - 
copyData
 
 -