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 2009/07/17 04:04:11 UTC

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

Dear Wiki user,

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

The following page has been changed by NamitJain:
http://wiki.apache.org/hadoop/Hive/LanguageManual/UDF

------------------------------------------------------------------------------
  ||double ||pow(double a, double p) ||Return a^p||
  ||double ||power(double a, double p) ||Synonym of pow||
  ||double ||sqrt(double a) ||Return the square root of a||
+ ||double ||bin(double a) ||Return the number in binary format||
+ ||double ||hex(double a) ||Return the number in hex format||
+ ||double ||conv(double num, int from_base, int to_base) ||Convert a number from a given base to another||
  
  === Collection Functions ===
  The following built-in collection functions are supported in hive: