| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
ResourceUri |
ResourceUri.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceUri> |
Function.getResourceUris() |
Iterator<ResourceUri> |
Function.getResourceUrisIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.addToResourceUris(ResourceUri elem) |
int |
ResourceUri.compareTo(ResourceUri other) |
boolean |
ResourceUri.equals(ResourceUri that) |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setResourceUris(List<ResourceUri> resourceUris) |
| Constructor and Description |
|---|
ResourceUri(ResourceUri other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Function(String functionName,
String dbName,
String className,
String ownerName,
PrincipalType ownerType,
int createTime,
FunctionType functionType,
List<ResourceUri> resourceUris) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionInfo.FunctionResource[] |
FunctionTask.toFunctionResource(List<ResourceUri> resources) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceUri> |
CreateFunctionDesc.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFunctionDesc.setResources(List<ResourceUri> resources) |
| Constructor and Description |
|---|
CreateFunctionDesc(String functionName,
boolean isTemp,
String className,
List<ResourceUri> resources) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.