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