UDF

User Defined Functions (UDFs) provide a way of extending the functionality of Hive with a function that can be evaluated in HiveQL statements.

Hive provides a number of functions out of the box. See https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF

Last updated