Methods in org.apache.crunch.lib with parameters of type Sort.ColumnOrder |
static
|
Sort.sortPairs(PCollection<Pair<U,V>> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of Pair s using the specified column
ordering. |
static
|
Sort.sortQuads(PCollection<Tuple4<V1,V2,V3,V4>> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of Tuple4 s using the specified column
ordering. |
static
|
Sort.sortTriples(PCollection<Tuple3<V1,V2,V3>> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of Tuple3 s using the specified column
ordering. |
static PCollection<TupleN> |
Sort.sortTuples(PCollection<TupleN> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of TupleN s using the specified column
ordering. |