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
dbNameto be qualified with catalog name.