public interface RecordEqualiser extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(InternalRow row1,
InternalRow row2)
Returns
true if the rows are equal to each other and false otherwise. |
boolean equals(InternalRow row1, InternalRow row2)
true if the rows are equal to each other and false otherwise.Copyright © 2023 The Apache Software Foundation. All rights reserved.