You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/03/15 19:46:01 UTC

[Hadoop Wiki] Update of "Hive/LanguageManual/UDF" by PaulYang

Dear Wiki user,

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

The "Hive/LanguageManual/UDF" page has been changed by PaulYang.
http://wiki.apache.org/hadoop/Hive/LanguageManual/UDF?action=diff&rev1=35&rev2=36

--------------------------------------------------

  ## page was renamed from Hive/HiveQL/UDF
  <<TableOfContents>>
  
- NOTE: These commands will be able to show you the latest function documentations.
+ In the CLI, use the commands below to show the latest documentation:
  
  {{{
  SHOW FUNCTIONS;
@@ -274, +274 @@

  ||<10%>Return Type''' ''' ||<10%>Name(Signature)''' ''' ||Description''' ''' ||
  ||'''Expected "=" to follow "type"''' ||explode(array<type> a) <<Anchor(explode)>> ||For each element in a, explode() generates a row containing that element ||
  
- 
-