Use the list_udfs() function to list all the UDFs registered using register() function.
Arguments
Argument | Required/Optional | Type | Description |
---|---|---|---|
show_files | Optional | bool | Specifies whether to show file names or not. Default value: false If show_files is set to true, list_udfs() returns a Pandas DataFrame containing the registered UDFs' name, return type, and corresponding Python script name. |