This project has retired. For details please refer to its Attic page.
Uses of Package org.apache.crunch.lib (Apache Crunch 0.3.0-incubating API)

Uses of Package
org.apache.crunch.lib

Packages that use org.apache.crunch.lib
org.apache.crunch.lib   
 

Classes in org.apache.crunch.lib used by org.apache.crunch.lib
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
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.