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/31 21:19:58 UTC

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

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 JohnSichi.
http://wiki.apache.org/hadoop/Hive/LanguageManual/UDF?action=diff&rev1=36&rev2=37

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

   * GROUP BY / CLUSTER BY / DISTRIBUTE BY / SORT BY is not supported
    * SELECT explode(adid_list) AS myCol ... GROUP BY myCol is not supported
  
- Please see [wiki:Self:Hive/LanguageManual/LateralView] for an alternative syntax that does not have these limitations.
+ Please see [[Hive/LanguageManual/LateralView]] for an alternative syntax that does not have these limitations.
  
  The following are built-in table-generating functions are supported in Hive:
  ||<10%>Return Type''' ''' ||<10%>Name(Signature)''' ''' ||Description''' ''' ||