GPUdb C++ API
Version 5.2.0.0
|
A set of output parameters for executeProc(const ExecuteProcRequest&) const. More...
#include <gpudb/protocol/execute_proc.h>
Public Member Functions | |
ExecuteProcResponse () | |
Constructs an ExecuteProcResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | results |
std::map< std::string, std::vector< uint8_t > > | binResults |
A set of output parameters for executeProc(const ExecuteProcRequest&) const.
Executes a proc in the GPUdb Node.js proc server.
Definition at line 126 of file execute_proc.h.
|
inline |
Constructs an ExecuteProcResponse object with default parameter values.
Definition at line 133 of file execute_proc.h.
std::map<std::string, std::vector<uint8_t> > gpudb::ExecuteProcResponse::binResults |
Definition at line 140 of file execute_proc.h.
std::map<std::string, std::string> gpudb::ExecuteProcResponse::results |
Definition at line 139 of file execute_proc.h.