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