pyspark.sql.Catalog.listFunctions

Catalog.listFunctions(dbName: Optional[str] = None) → List[pyspark.sql.catalog.Function]

Returns a list of functions registered in the specified database.

If no database is specified, the current database is used. This includes all temporary functions.

Allowed dbName to be qualified with catalog name.