CREATE FUNCTION_SOURCE
Last updated
Last updated
Defines a new function source from a specified file. For Java functions, this file would be a Java JAR. This provides the source for user-defined functions. See for how to create a function from a function source.
See the tutorial for a full example of adding a .
Name of the function source to create. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lower case name.
This clause specifies the .
file
description
Optional. Specifies a description for the function source. Default value: None Type: String
In the below example, a new function source is created with the name MySrc
from a .jar file available on the local path.
Required. Specifies a local filesystem path from which to import the function source. Function source may include one or many functions. See . Type: String Valid values: A valid file path in the current user's local filesystem.