Interface RecordEqualiser
-
- All Superinterfaces:
Serializable
public interface RecordEqualiser extends Serializable
Record equaliser for RowData which can compare two RowData and returns whether they are equal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(org.apache.flink.table.data.RowData row1, org.apache.flink.table.data.RowData row2)Returnstrueif the rows are equal to each other andfalseotherwise.
-