Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change 
notification.

The following page has been changed by CorinneC:
http://wiki.apache.org/pig/PiggyBank

------------------------------------------------------------------------------
  
  To obtain `javadoc` description of the functions run `ant javadoc` from 
`trunk/contrib/piggybank/java` directory. The documentation is generate in 
`trunk/contrib/piggybank/java/build/javadoc` directory.
   
- To use the functions, you need to figure out the package to which it belongs. 
The top level packages correspond to the function type and currently are:
+ To use a function, you need to figure out which package it belongs to. The 
top level packages correspond to the function type and currently are:
  
- org.apache.pig.piggybank.comparison - for custom comparator used by ORDER 
operator
+   * org.apache.pig.piggybank.comparison - for custom comparator used by ORDER 
operator
- org.apache.pig.piggybank.evaluation - for eval functions like aggregates and 
column transformations
+   * org.apache.pig.piggybank.evaluation - for eval functions like aggregates 
and column transformations
- org.apache.pig.piggybank.filtering - for functions used in FILTER operator
+   * org.apache.pig.piggybank.filtering - for functions used in FILTER operator
- org.apache.pig.piggybank.grouping - for grouping functions
+   * org.apache.pig.piggybank.grouping - for grouping functions
- org.apache.pig.piggybank.storage - for load/store functions
+   * org.apache.pig.piggybank.storage - for load/store functions
  
  The exact package of the function can be seen in the javadocs or by 
navigating the source tree.
  

Reply via email to