Package org.apache.iceberg.flink
Class RowDataWrapper
java.lang.Object
org.apache.iceberg.flink.RowDataWrapper
- All Implemented Interfaces:
StructLike
-
Constructor Summary
ConstructorDescriptionRowDataWrapper
(org.apache.flink.table.types.logical.RowType rowType, Types.StructType struct) -
Method Summary
-
Constructor Details
-
RowDataWrapper
public RowDataWrapper(org.apache.flink.table.types.logical.RowType rowType, Types.StructType struct)
-
-
Method Details
-
wrap
-
size
public int size()- Specified by:
size
in interfaceStructLike
-
get
- Specified by:
get
in interfaceStructLike
-
set
public <T> void set(int pos, T value) - Specified by:
set
in interfaceStructLike
-