public class RowPathComparator extends Object implements Comparator<Row>
Row instances that looks only at the node paths.| Constructor and Description |
|---|
RowPathComparator() |
RowPathComparator(Collection<String> selectors) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Row a,
Row b)
Compares two rows.
|
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 RowPathComparator(Collection<String> selectors)
public RowPathComparator()
public int compare(Row a, Row b)
compare in interface Comparator<Row>Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.