public interface RecordComparator extends Comparator<RowData>, Serializable
BinaryInMemorySortBuffer
. For performance, subclasses are usually
implemented through CodeGenerator. A new interface for helping JVM inline.Modifier and Type | Method and Description |
---|---|
int |
compare(RowData o1,
RowData o2) |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
int compare(RowData o1, RowData o2)
compare
in interface Comparator<RowData>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.