Uses of Class
io.trino.hive.thrift.metastore.Function
-
Uses of Function in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return FunctionModifier and TypeMethodDescriptionFunction.deepCopy()ThriftHiveMetastore.create_function_args.getFunc()ThriftHiveMetastore.Client.getFunction(String dbName, String funcName) ThriftHiveMetastore.Iface.getFunction(String dbName, String funcName) ThriftHiveMetastore.alter_function_args.getNewFunc()ThriftHiveMetastore.AsyncClient.get_function_call.getResult()ThriftHiveMetastore.get_function_result.getSuccess()ThriftHiveMetastore.Client.recvGetFunction()Function.setCatName(String catName) Function.setClassName(String className) Function.setCreateTime(int createTime) Function.setFunctionName(String functionName) Function.setFunctionType(FunctionType functionType) Function.setOwnerName(String ownerName) Function.setOwnerType(PrincipalType ownerType) Function.setResourceUris(List<ResourceUri> resourceUris) Methods in io.trino.hive.thrift.metastore that return types with arguments of type FunctionModifier and TypeMethodDescriptionGetAllFunctionsResponse.getFunctions()GetAllFunctionsResponse.getFunctionsIterator()org.apache.thrift.async.AsyncMethodCallback<Function>ThriftHiveMetastore.AsyncProcessor.get_function.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type FunctionModifier and TypeMethodDescriptionvoidGetAllFunctionsResponse.addToFunctions(Function elem) voidThriftHiveMetastore.AsyncClient.alterFunction(String dbName, String funcName, Function newFunc, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.alterFunction(String dbName, String funcName, Function newFunc, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.alterFunction(String dbName, String funcName, Function newFunc) voidThriftHiveMetastore.Iface.alterFunction(String dbName, String funcName, Function newFunc) intvoidThriftHiveMetastore.AsyncClient.createFunction(Function func, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.createFunction(Function func, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.createFunction(Function func) voidThriftHiveMetastore.Iface.createFunction(Function func) booleanvoidThriftHiveMetastore.Client.sendAlterFunction(String dbName, String funcName, Function newFunc) voidThriftHiveMetastore.Client.sendCreateFunction(Function func) ThriftHiveMetastore.alter_function_args.setNewFunc(Function newFunc) ThriftHiveMetastore.get_function_result.setSuccess(Function success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type FunctionModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getFunction(String dbName, String funcName, org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler) voidThriftHiveMetastore.AsyncIface.getFunction(String dbName, String funcName, org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler) GetAllFunctionsResponse.setFunctions(List<Function> functions) voidThriftHiveMetastore.AsyncProcessor.get_function.start(I iface, ThriftHiveMetastore.get_function_args args, org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type FunctionModifierConstructorDescriptionalter_function_args(String dbName, String funcName, Function newFunc) alter_function_call(String dbName, String funcName, Function newFunc, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) create_function_args(Function func) create_function_call(Function func, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.get_function_result(Function success, MetaException o1, NoSuchObjectException o2) Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type FunctionModifierConstructorDescriptionget_function_call(String dbName, String funcName, org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)