public class RowComparator extends Object implements Comparator<Row>
| Constructor and Description |
|---|
RowComparator(Ordering[] orderings,
OperandEvaluator evaluator) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Row a,
Row b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic RowComparator(Ordering[] orderings, OperandEvaluator evaluator)
public int compare(Row a, Row b)
compare in interface Comparator<Row>Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.