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

    Modifier and Type
    Method
    Description
    boolean
    equals(org.apache.flink.table.data.RowData row1, org.apache.flink.table.data.RowData row2)
    Returns true if the rows are equal to each other and false otherwise.
  • Method Details

    • equals

      boolean equals(org.apache.flink.table.data.RowData row1, org.apache.flink.table.data.RowData row2)
      Returns true if the rows are equal to each other and false otherwise.