Function Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A user-defined function in Spark, as returned by ListFunctions
method in Catalog
.
public sealed class Function
type Function = class
Public NotInheritable Class Function
- Inheritance
-
Function
Properties
ClassName |
The fully qualified class name of the function |
Database |
Name of the database the function belongs to. |
Description |
Description of the function. |
IsTemporary |
Whether the function is temporary or not |
Name |
Name of the function |