Package org.apache.iceberg.data
Class InternalRecordWrapper
java.lang.Object
org.apache.iceberg.data.InternalRecordWrapper
- All Implemented Interfaces:
- StructLike
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncopyFor(StructLike record) get()<T> T<T> voidset(int pos, T value) intsize()wrap(StructLike record) 
- 
Constructor Details- 
InternalRecordWrapper
 
- 
- 
Method Details- 
get
- 
copyFor
- 
wrap
- 
sizepublic int size()- Specified by:
- sizein interface- StructLike
 
- 
get- Specified by:
- getin interface- StructLike
 
- 
setpublic <T> void set(int pos, T value) - Specified by:
- setin interface- StructLike
 
 
-