User-Defined Table Functions¶
User-defined table functions (UDTFs) in Snowpark. Refer to UDTFRegistration
for details and sample code.
Classes
|
Provides methods to register classes as UDTFs in the Snowflake database. |
|
Encapsulates a user defined table function that is returned by |
Methods
|
Registers a Python class as a Snowflake Python UDTF and returns the UDTF. |
|
Registers a Python class as a Snowflake Python UDTF from a Python or zip file, and returns the UDTF. |
Attributes
The Python class or a tuple containing the Python file path and the function name. |
|
The UDTF name. |