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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public RowComparator(Ordering[] orderings, OperandEvaluator evaluator)
public int compare(Row a, Row b)
compare
in interface Comparator<Row>
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.