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 2011/03/30 09:58:01 UTC

[Hadoop Wiki] Update of "Hive/Tutorial" by YoungwooKim

Dear Wiki user,

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

The "Hive/Tutorial" page has been changed by YoungwooKim.
The comment on this change is: Fix the url for FunctionRegistry.java.
http://wiki.apache.org/hadoop/Hive/Tutorial?action=diff&rev1=33&rev2=34

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

  
  
  === Built in functions ===
-  * The following built in functions are supported in hive: [[http://svn.apache.org/viewvc/hadoop/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java?view=markup|List of functions in source code: FunctionRegistry.java]]
+  * The following built in functions are supported in hive: [[http://svn.apache.org/viewvc/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java?view=markup|List of functions in source code: FunctionRegistry.java]]
  
  ||'''Return Type''' ||'''Function Name (Signature)''' ||'''Description''' ||
  ||BIGINT ||round(double a) ||returns the rounded BIGINT value of the double ||