GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for killProc(const KillProcRequest&) const. More...
#include <gpudb/protocol/kill_proc.h>
Public Member Functions | |
KillProcResponse () | |
Constructs a KillProcResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | runIds |
A set of output parameters for killProc(const KillProcRequest&) const.
Kills a running proc instance.
Definition at line 103 of file kill_proc.h.
|
inline |
Constructs a KillProcResponse object with default parameter values.
Definition at line 109 of file kill_proc.h.
std::vector<std::string> gpudb::KillProcResponse::runIds |
Definition at line 114 of file kill_proc.h.