public class RowDataEventComparator extends Object implements EventComparator<RowData>
EventComparator
based on a generated RecordComparator
.Constructor and Description |
---|
RowDataEventComparator(GeneratedRecordComparator generatedComparator) |
Modifier and Type | Method and Description |
---|---|
int |
compare(RowData row1,
RowData row2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public RowDataEventComparator(GeneratedRecordComparator generatedComparator)
public int compare(RowData row1, RowData row2)
compare
in interface Comparator<RowData>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.