DROP FUNCTION_SOURCE
Syntax
DROP FUNCTION_SOURCE function_source_name;Description
Parameters
function_source_name
Example
Drop a function source
db1.public/my_store# CREATE FUNCTION_SOURCE "MySrc" WITH ( 'file' = '@/path/to/fnsrc.jar', 'description' = 'my functions' );
+-----------------+------------+------------+------------------------------------------+
| Type | Name | Command | Summary |
+=================+============+============+==========================================+
| function_source | MySrc | CREATE | function source "MySrc" was |
| | | | successfully created |
+-----------------+------------+------------+------------------------------------------+
Last updated

