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:
