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