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