public class OrderBy extends Object implements Comparator<Row>
| Constructor and Description |
|---|
OrderBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrderColumn(OrderColumn oc)
Adds an order element to the sort.
|
int |
compare(Row row0,
Row row1)
overridden from the Comparator class.
|
void |
setMetaData(MetaData metaData) |
void |
setParser(Parser parser) |
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 void addOrderColumn(OrderColumn oc)
oc - -
OrderColumnpublic int compare(Row row0, Row row1)
compare in interface Comparator<Row>public void setMetaData(MetaData metaData)
metaData - the metaData to setpublic void setParser(Parser parser)
parser - the parser to setCopyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.