Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 3.10.0
-
Fix Version/s: None
-
Component/s: con.hive
-
Labels:None
Description
SHOW FUNCTIONS;
DESCRIBE FUNCTION <function_name>;
DESCRIBE FUNCTION EXTENDED <function_name>;
Can be re-used for the autocomplete HUE-4027
and the context panel HUE-4255
One idea would be to have a list all, then one calling the describe so that we can provide even more info individually. Will also probably depend on the UX we want in the UI.
This should probably fit in the notebook API, just we don't implement it for non Hive/Impala for now.