User-Defined Functions¶
User-defined functions (UDFs) in Snowpark. Refer to UDFRegistration
for details and sample code.
Classes
|
Encapsulates a user defined lambda or function that is returned by |
|
Provides methods to register lambdas and functions as UDFs in the Snowflake database. |
Methods
|
Returns a |
|
Registers a Python function as a Snowflake Python UDF and returns the UDF. |
|
Registers a Python function as a Snowflake Python UDF from a Python or zip file, and returns the UDF. |
Attributes
The Python function or a tuple containing the Python file path and the function name. |
|
The UDF name. |