public class InternalRecordWrapper
extends java.lang.Object
implements org.apache.iceberg.StructLike
| Constructor and Description |
|---|
InternalRecordWrapper(org.apache.iceberg.types.Types.StructType struct) |
| Modifier and Type | Method and Description |
|---|---|
InternalRecordWrapper |
copyFor(org.apache.iceberg.StructLike record) |
org.apache.iceberg.StructLike |
get() |
<T> T |
get(int pos,
java.lang.Class<T> javaClass) |
<T> void |
set(int pos,
T value) |
int |
size() |
InternalRecordWrapper |
wrap(org.apache.iceberg.StructLike record) |
public InternalRecordWrapper(org.apache.iceberg.types.Types.StructType struct)
public org.apache.iceberg.StructLike get()
public InternalRecordWrapper copyFor(org.apache.iceberg.StructLike record)
public InternalRecordWrapper wrap(org.apache.iceberg.StructLike record)
public int size()
size in interface org.apache.iceberg.StructLikepublic <T> T get(int pos,
java.lang.Class<T> javaClass)
get in interface org.apache.iceberg.StructLikepublic <T> void set(int pos,
T value)
set in interface org.apache.iceberg.StructLike