public interface RecordEqualiser extends Serializable
| Modifier and Type | Method and 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. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.