Package org.apache.iceberg.flink
Class RowDataWrapper
java.lang.Object
org.apache.iceberg.flink.RowDataWrapper
- All Implemented Interfaces:
- StructLike
- 
Constructor SummaryConstructorsConstructorDescriptionRowDataWrapper(org.apache.flink.table.types.logical.RowType rowType, Types.StructType struct) 
- 
Method Summary
- 
Constructor Details- 
RowDataWrapperpublic RowDataWrapper(org.apache.flink.table.types.logical.RowType rowType, Types.StructType struct) 
 
- 
- 
Method Details- 
wrap
- 
sizepublic int size()- Specified by:
- sizein interface- StructLike
 
- 
get- Specified by:
- getin interface- StructLike
 
- 
setpublic <T> void set(int pos, T value) - Specified by:
- setin interface- StructLike
 
 
-