Interface RecordEqualiser
- All Superinterfaces:
Serializable
Record equaliser for RowData which can compare two RowData and returns whether they are equal.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(org.apache.flink.table.data.RowData row1, org.apache.flink.table.data.RowData row2) Returnstrueif the rows are equal to each other andfalseotherwise.
-
Method Details
-
equals
boolean equals(org.apache.flink.table.data.RowData row1, org.apache.flink.table.data.RowData row2) Returnstrueif the rows are equal to each other andfalseotherwise.
-