GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::executeProc. More...
#include <gpudb/protocol/execute_proc.h>
Public Member Functions | |
ExecuteProcResponse () | |
Constructs an ExecuteProcResponse object with default parameters. More... | |
Public Attributes | |
std::string | runId |
The run ID of the running proc instance. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::executeProc.
Definition at line 428 of file execute_proc.h.
|
inline |
Constructs an ExecuteProcResponse object with default parameters.
Definition at line 433 of file execute_proc.h.
std::map<std::string, std::string> gpudb::ExecuteProcResponse::info |
Additional information.
Definition at line 451 of file execute_proc.h.
std::string gpudb::ExecuteProcResponse::runId |
The run ID of the running proc instance.
This may be passed to GPUdb::showProcStatus to obtain status information, or GPUdb::killProc to kill the proc instance.
Definition at line 446 of file execute_proc.h.