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 ZhengShao. http://wiki.apache.org/hadoop/Hive/LanguageManual/UDF?action=diff&rev1=27&rev2=28 -------------------------------------------------- ## page was renamed from Hive/HiveQL/UDF <<TableOfContents>> - Built in operators and functions are supported in Hive. + NOTE: This page lists an INCOMPLETE list of operators/user-defined functions in Hive. + + The best way to get the complete list is: + {{{ + SHOW FUNCTIONS; + SHOW FUNCTIONS '.*case.*'; + DESCRIBE FUNCTION lcase; + }}} == Built in Operators == === Relational Operators ===
