Package org.apache.iceberg.data
Class GenericRecord
java.lang.Object
org.apache.iceberg.data.GenericRecord
- All Implemented Interfaces:
- Record,- StructLike
- 
Method SummaryModifier and TypeMethodDescriptioncopy()static GenericRecordstatic GenericRecordcreate(Types.StructType struct) booleanget(int pos) <T> TinthashCode()<T> voidset(int pos, T value) voidintsize()struct()toString()
- 
Method Details- 
create
- 
create
- 
struct
- 
getField
- 
setField
- 
sizepublic int size()- Specified by:
- sizein interface- StructLike
 
- 
get
- 
get- Specified by:
- getin interface- StructLike
 
- 
setpublic <T> void set(int pos, T value) - Specified by:
- setin interface- StructLike
 
- 
copy
- 
copy
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-