DROP FUNCTION Statement
Removes a user-defined function (UDF), so that it is not available for execution during Impala SELECT or INSERT operations.
Syntax:
DROP [AGGREGATE] FUNCTION [IF EXISTS] [db_name.]function_name
Statement type: DDL
<< DROP DATABASE Statement | DROP TABLE Statement >> | |