org.apache.spark.sql.catalyst.analysis
A catalog for looking up user defined functions, used by an Analyzer.
Note: The implementation should be thread-safe to allow concurrent access.
Clear all registered functions.
Drop a function and return whether the function existed.
Checks if a function with a given name exists.
A catalog for looking up user defined functions, used by an Analyzer.
Note: The implementation should be thread-safe to allow concurrent access.