Uses of Class
com.omnisci.thrift.calciteserver.TUserDefinedFunction
-
Packages that use TUserDefinedFunction Package Description com.omnisci.thrift.calciteserver com.omnisci.thrift.server -
-
Uses of TUserDefinedFunction in com.omnisci.thrift.calciteserver
Methods in com.omnisci.thrift.calciteserver that return TUserDefinedFunction Modifier and Type Method Description TUserDefinedFunctionTUserDefinedFunction. deepCopy()TUserDefinedFunctionTUserDefinedFunction. setArgTypes(List<TExtArgumentType> argTypes)TUserDefinedFunctionTUserDefinedFunction. setName(String name)TUserDefinedFunctionTUserDefinedFunction. setRetType(TExtArgumentType retType)Methods in com.omnisci.thrift.calciteserver with parameters of type TUserDefinedFunction Modifier and Type Method Description intTUserDefinedFunction. compareTo(TUserDefinedFunction other)booleanTUserDefinedFunction. equals(TUserDefinedFunction that)Constructors in com.omnisci.thrift.calciteserver with parameters of type TUserDefinedFunction Constructor Description TUserDefinedFunction(TUserDefinedFunction other)Performs a deep copy on other. -
Uses of TUserDefinedFunction in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TUserDefinedFunction Modifier and Type Field Description List<TUserDefinedFunction>OmniSci.register_runtime_extension_functions_args. udfsMethods in com.omnisci.thrift.server that return types with arguments of type TUserDefinedFunction Modifier and Type Method Description List<TUserDefinedFunction>OmniSci.register_runtime_extension_functions_args. getUdfs()Iterator<TUserDefinedFunction>OmniSci.register_runtime_extension_functions_args. getUdfsIterator()Methods in com.omnisci.thrift.server with parameters of type TUserDefinedFunction Modifier and Type Method Description voidOmniSci.register_runtime_extension_functions_args. addToUdfs(TUserDefinedFunction elem)Constructor parameters in com.omnisci.thrift.server with type arguments of type TUserDefinedFunction Constructor Description register_runtime_extension_functions_args(String session, List<TUserDefinedFunction> udfs, List<TUserDefinedTableFunction> udtfs, Map<String,String> device_ir_map)register_runtime_extension_functions_call(String session, List<TUserDefinedFunction> udfs, List<TUserDefinedTableFunction> udtfs, Map<String,String> device_ir_map, 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)
-