| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
static FunctionType |
FunctionType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
FunctionType |
Function.getFunctionType() |
static FunctionType |
FunctionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionType[] |
FunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setFunctionType(FunctionType functionType) |
| Constructor and Description |
|---|
Function(java.lang.String functionName,
java.lang.String dbName,
java.lang.String className,
java.lang.String ownerName,
PrincipalType ownerType,
int createTime,
FunctionType functionType,
java.util.List<ResourceUri> resourceUris) |
Copyright © 2013-2021. All Rights Reserved.