CREATE FUNCTION UDF
Install a user-defined function from a shared library. This command loads an external compiled function into the server for extended capabilities.
Syntax
CREATE [OR REPLACE] [AGGREGATE] FUNCTION [IF NOT EXISTS] function_name
RETURNS {STRING|INTEGER|REAL|DECIMAL}
SONAME shared_library_nameDescription
RETURNS
shared_library_name
AGGREGATE
OR REPLACE
IF NOT EXISTS
Upgrading a UDF
Examples
See Also
Last updated
Was this helpful?

