public class RowDataWrapper extends java.lang.Object implements StructLike
Constructor and Description |
---|
RowDataWrapper(org.apache.flink.table.types.logical.RowType rowType,
Types.StructType struct) |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(int pos,
java.lang.Class<T> javaClass) |
<T> void |
set(int pos,
T value) |
int |
size() |
RowDataWrapper |
wrap(org.apache.flink.table.data.RowData data) |
public RowDataWrapper(org.apache.flink.table.types.logical.RowType rowType, Types.StructType struct)
public RowDataWrapper wrap(org.apache.flink.table.data.RowData data)
public int size()
size
in interface StructLike
public <T> T get(int pos, java.lang.Class<T> javaClass)
get
in interface StructLike
public <T> void set(int pos, T value)
set
in interface StructLike