At my work we are limited in which functions are available in our HIVEql environment. Is there a statement that can be run that will list all of the available functions? For example:
SELECT * FROM all_available_functions;
You can use SHOW FUNCTIONS
command. It will list all Hive functions and operators.
hive>SHOW FUNCTIONS;
hive>DESCRIBE FUNCTION <function_name>;
hive>DESCRIBE FUNCTION EXTENDED <function_name>;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With