Package org.apache.iceberg.data
Class InternalRecordWrapper
java.lang.Object
org.apache.iceberg.data.InternalRecordWrapper
- All Implemented Interfaces:
 StructLike
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
 - 
size
public int size()- Specified by:
 sizein interfaceStructLike
 - 
get
- Specified by:
 getin interfaceStructLike
 - 
set
public <T> void set(int pos, T value) - Specified by:
 setin interfaceStructLike
 
 -