public interface RecordComparator extends Comparator<BaseRow>, 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(BaseRow o1,
BaseRow o2) |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongint compare(BaseRow o1, BaseRow o2)
compare in interface Comparator<BaseRow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.