public class Function
extends Object
implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
listFunctions
method in Catalog
.
param: name name of the function. param: catalog name of the catalog that the table belongs to. param: namespace the namespace that the table 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 catalog,
String[] namespace,
String description,
String className,
boolean isTemporary) |
Function(String name,
String database,
String description,
String className,
boolean isTemporary) |
Modifier and Type | Method and Description |
---|---|
String |
catalog() |
String |
className() |
String |
database() |
String |
description() |
boolean |
isTemporary() |
String |
name() |
String[] |
namespace() |
String |
toString() |
public Function(String name, String catalog, String[] namespace, String description, String className, boolean isTemporary)
public Function(String name, String database, String description, String className, boolean isTemporary)
public String catalog()
public String className()
public String database()
public String description()
public boolean isTemporary()
public String name()
public String[] namespace()
public String toString()
toString
in class Object