Share via


Function Class

Definition

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

Applies to