Uses of Class
org.apache.flink.table.data.utils.JoinedRowData
-
Packages that use JoinedRowData Package Description org.apache.flink.table.data.utils -
-
Uses of JoinedRowData in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils that return JoinedRowData Modifier and Type Method Description JoinedRowDataJoinedRowData. replace(RowData row1, RowData row2)Replaces theRowDatabacking thisJoinedRowData.
-