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
      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 Detail

      • 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.