Package org.apache.iceberg.data
Class InternalRecordWrapper
java.lang.Object
org.apache.iceberg.data.InternalRecordWrapper
- All Implemented Interfaces:
org.apache.iceberg.StructLike
-
Constructor Details
-
InternalRecordWrapper
public InternalRecordWrapper(org.apache.iceberg.types.Types.StructType struct)
-
-
Method Details
-
get
public org.apache.iceberg.StructLike get() -
copyFor
-
wrap
-
size
public int size()- Specified by:
sizein interfaceorg.apache.iceberg.StructLike
-
get
- Specified by:
getin interfaceorg.apache.iceberg.StructLike
-
set
public <T> void set(int pos, T value) - Specified by:
setin interfaceorg.apache.iceberg.StructLike
-