You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/15 02:16:32 UTC

[Pig Wiki] Trivial Update of "UDFManual" by CorinneC

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/UDFManual

------------------------------------------------------------------------------
- = User Defined Function Guide =
+ = User-Defined Function Manual =
  
- Pig provides extensive support for user defined functions (UDFs) as a way to specify custom processing. Functions can be a part of almost every operator in Pig. This document describes how to use existing functions as well as how to write your own functions. 
+ Pig provides extensive support for user-defined functions (UDFs) as a way to specify custom processing. Functions can be a part of almost every operator in Pig. This document describes how to use existing functions as well as how to write your own functions. 
  
  [[Anchor(Eval_Functions)]]
  == Eval Functions ==
@@ -601, +601 @@

  [[Anchor(Load/Store_Functions)]]
  == Load/Store Functions ==
  
- These user defined functions control how data goes into Pig and comes out of Pig. Often, the same function handles both input and output but that does not have to be the case.
+ These user-defined functions control how data goes into Pig and comes out of Pig. Often, the same function handles both input and output but that does not have to be the case.
  
  [[Anchor(Load_Functions)]]
  === Load Functions ===