Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata |
Modifier and Type | Method and Description |
---|---|
Function |
HiveMetaStore.HMSHandler.get_function(String dbName,
String funcName) |
Function |
RawStore.getFunction(String dbName,
String funcName)
Retrieve function by name.
|
Function |
ObjectStore.getFunction(String dbName,
String funcName) |
Function |
IMetaStoreClient.getFunction(String dbName,
String funcName) |
Function |
HiveMetaStoreClient.getFunction(String dbName,
String funcName) |
Modifier and Type | Method and Description |
---|---|
void |
HiveMetaStore.HMSHandler.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
RawStore.alterFunction(String dbName,
String funcName,
Function newFunction)
Alter function based on new function specs.
|
void |
ObjectStore.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
IMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
HiveMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
HiveMetaStore.HMSHandler.create_function(Function func) |
void |
RawStore.createFunction(Function func)
Register a user-defined function based on the function specification passed in.
|
void |
ObjectStore.createFunction(Function func) |
void |
IMetaStoreClient.createFunction(Function func) |
void |
HiveMetaStoreClient.createFunction(Function func) |
Modifier and Type | Method and Description |
---|---|
Function |
Function.deepCopy() |
Function |
ThriftHiveMetastore.Iface.get_function(String dbName,
String funcName) |
Function |
ThriftHiveMetastore.Client.get_function(String dbName,
String funcName) |
Function |
ThriftHiveMetastore.create_function_args.getFunc() |
Function |
ThriftHiveMetastore.alter_function_args.getNewFunc() |
Function |
ThriftHiveMetastore.AsyncClient.get_function_call.getResult() |
Function |
ThriftHiveMetastore.get_function_result.getSuccess() |
Function |
ThriftHiveMetastore.Client.recv_get_function() |
Modifier and Type | Method and Description |
---|---|
void |
ThriftHiveMetastore.Iface.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.Client.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.AsyncIface.alter_function(String dbName,
String funcName,
Function newFunc,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_function_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_function(String dbName,
String funcName,
Function newFunc,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_function_call> resultHandler) |
int |
Function.compareTo(Function other) |
void |
ThriftHiveMetastore.Iface.create_function(Function func) |
void |
ThriftHiveMetastore.Client.create_function(Function func) |
void |
ThriftHiveMetastore.AsyncIface.create_function(Function func,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_function_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_function(Function func,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_function_call> resultHandler) |
boolean |
Function.equals(Function that) |
void |
ThriftHiveMetastore.Client.send_alter_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.Client.send_create_function(Function func) |
void |
ThriftHiveMetastore.create_function_args.setFunc(Function func) |
void |
ThriftHiveMetastore.alter_function_args.setNewFunc(Function newFunc) |
void |
ThriftHiveMetastore.get_function_result.setSuccess(Function success) |
Constructor and Description |
---|
Function(Function other)
Performs a deep copy on other.
|
ThriftHiveMetastore.alter_function_args(String dbName,
String funcName,
Function newFunc) |
ThriftHiveMetastore.AsyncClient.alter_function_call(String dbName,
String funcName,
Function newFunc,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_function_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.AsyncClient.create_function_call(Function func,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_function_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.create_function_args(Function func) |
ThriftHiveMetastore.get_function_result(Function success,
MetaException o1,
NoSuchObjectException o2) |
Modifier and Type | Method and Description |
---|---|
Function |
Hive.getFunction(String dbName,
String funcName) |
Modifier and Type | Method and Description |
---|---|
void |
Hive.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
Hive.createFunction(Function func) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.