Package | Description |
---|---|
org.apache.crunch.lib |
Joining, sorting, aggregating, and other commonly used functionality.
|
org.apache.crunch.lib.sort |
Class and Description |
---|
Quantiles.Result
Output type for storing the results of a Quantiles computation
|
Sort.ColumnOrder
To sort by column 2 ascending then column 1 descending, you would use:
sortPairs(coll, by(2, ASCENDING), by(1, DESCENDING))
Column numbering is 1-based. |
Sort.Order
For signaling the order in which a sort should be done.
|
Class and Description |
---|
Sort.ColumnOrder
To sort by column 2 ascending then column 1 descending, you would use:
sortPairs(coll, by(2, ASCENDING), by(1, DESCENDING))
Column numbering is 1-based. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.