GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for 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 |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
Definition at line 211 of file create_proc.h.
|
inline |
Constructs a CreateProcResponse object with default parameter values.
Definition at line 218 of file create_proc.h.
std::map<std::string, std::string> gpudb::CreateProcResponse::info |
Definition at line 225 of file create_proc.h.
std::string gpudb::CreateProcResponse::procName |
Definition at line 224 of file create_proc.h.