GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for createProc(const CreateProcRequest&) const. More...
#include <gpudb/protocol/create_proc.h>
Public Member Functions | |
CreateProcResponse () | |
Constructs a CreateProcResponse object with default parameter values. More... | |
Public Attributes | |
std::string | procName |
A set of output parameters for createProc(const CreateProcRequest&) const.
Creates an instance (proc) of the user-defined function (UDF) specified by the given command, options, and files, and makes it available for execution. For details on UDFs, see: User-Defined Functions
Definition at line 192 of file create_proc.h.
|
inline |
Constructs a CreateProcResponse object with default parameter values.
Definition at line 199 of file create_proc.h.
std::string gpudb::CreateProcResponse::procName |
Definition at line 204 of file create_proc.h.