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