public class Function
extends Object
implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
listFunctions
method in Catalog
.
param: name name of the function. param: database name of the database the function belongs to. param: description description of the function; description can be null. param: className the fully qualified class name of the function. param: isTemporary whether the function is a temporary function or not.
Constructor and Description |
---|
Function(String name,
String database,
String description,
String className,
boolean isTemporary) |
Modifier and Type | Method and Description |
---|---|
String |
className() |
String |
database() |
String |
description() |
boolean |
isTemporary() |
String |
name() |
String |
toString() |