[Pig Wiki] Trivial Update of PigLatin by ChrisOlston

2008-05-22 Thread Apache Wiki
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 ChrisOlston:
http://wiki.apache.org/pig/PigLatin

--
  
  [[Anchor(LOAD:_Loading_data_from_a_file)]]
   LOAD: Loading data from a file 
+ 
+ 'note:' '''Functions such as COUNT and SUM are ''case-sensitive'
  
  Before you can do any processing, you first need to load the data. This is 
done by the LOAD statement. Suppose we have a tab-delimited file called 
myfile.txt that contains a relation, whose contents are:
  


[Pig Wiki] Trivial Update of PigLatin by ChrisOlston

2008-05-22 Thread Apache Wiki
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 ChrisOlston:
http://wiki.apache.org/pig/PigLatin

--
  grunt 
  }}}
  
+ 
+ 'note:' '''In Pig, all functions, e.g., COUNT() and SUM(), are 
''case-sensitive'.
+ 
  [[Anchor(LOAD:_Loading_data_from_a_file)]]
- 
- 
- 'note:' '''In Pig, all functions, e.g., COUNT and SUM, are 
''case-sensitive'
  
   LOAD: Loading data from a file 
  
@@ -340, +340 @@

  
  You may also register your own function with Pig, and refer to it in Pig 
Latin commands. See PigFunctions.
  
+ 'note:' '''In Pig, all functions, e.g., COUNT() and SUM(), are 
''case-sensitive' (this is true for built-in functions as well as 
user-supplied functions).
+ 
  [[Anchor(Flattening)]]
  = Flattening =