Uses of Class
com.cloudera.crunch.lib.Sort.ColumnOrder

Packages that use Sort.ColumnOrder
com.cloudera.crunch.lib   
 

Uses of Sort.ColumnOrder in com.cloudera.crunch.lib
 

Methods in com.cloudera.crunch.lib that return Sort.ColumnOrder
static Sort.ColumnOrder Sort.ColumnOrder.by(int column, Sort.Order order)
           
 

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



Copyright © 2012. All Rights Reserved.