GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for showProcStatus(const ShowProcStatusRequest&) const. More...
#include <gpudb/protocol/show_proc_status.h>
Public Member Functions | |
ShowProcStatusResponse () | |
Constructs a ShowProcStatusResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | procNames |
std::map< std::string, std::map< std::string, std::string > > | params |
std::map< std::string, std::map< std::string, std::vector< uint8_t > > > | binParams |
std::map< std::string, std::vector< std::string > > | inputTableNames |
std::map< std::string, std::map< std::string, std::vector< std::string > > > | inputColumnNames |
std::map< std::string, std::vector< std::string > > | outputTableNames |
std::map< std::string, std::map< std::string, std::string > > | options |
std::map< std::string, std::string > | overallStatuses |
std::map< std::string, std::map< std::string, std::string > > | statuses |
std::map< std::string, std::map< std::string, std::string > > | messages |
std::map< std::string, std::map< std::string, std::map< std::string, std::string > > > | results |
std::map< std::string, std::map< std::string, std::map< std::string, std::vector< uint8_t > > > > | binResults |
std::map< std::string, std::map< std::string, std::map< std::string, int64_t > > > | timings |
A set of output parameters for showProcStatus(const ShowProcStatusRequest&) const.
Shows the statuses of running or completed proc instances. Results are grouped by run ID (as returned from executeProc(const ExecuteProcRequest&) const) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
Definition at line 128 of file show_proc_status.h.
|
inline |
Constructs a ShowProcStatusResponse object with default parameter values.
Definition at line 135 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::vector<uint8_t> > > gpudb::ShowProcStatusResponse::binParams |
Definition at line 154 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::map<std::string, std::vector<uint8_t> > > > gpudb::ShowProcStatusResponse::binResults |
Definition at line 163 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::vector<std::string> > > gpudb::ShowProcStatusResponse::inputColumnNames |
Definition at line 156 of file show_proc_status.h.
std::map<std::string, std::vector<std::string> > gpudb::ShowProcStatusResponse::inputTableNames |
Definition at line 155 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::string> > gpudb::ShowProcStatusResponse::messages |
Definition at line 161 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::string> > gpudb::ShowProcStatusResponse::options |
Definition at line 158 of file show_proc_status.h.
std::map<std::string, std::vector<std::string> > gpudb::ShowProcStatusResponse::outputTableNames |
Definition at line 157 of file show_proc_status.h.
std::map<std::string, std::string> gpudb::ShowProcStatusResponse::overallStatuses |
Definition at line 159 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::string> > gpudb::ShowProcStatusResponse::params |
Definition at line 153 of file show_proc_status.h.
std::map<std::string, std::string> gpudb::ShowProcStatusResponse::procNames |
Definition at line 152 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::map<std::string, std::string> > > gpudb::ShowProcStatusResponse::results |
Definition at line 162 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::string> > gpudb::ShowProcStatusResponse::statuses |
Definition at line 160 of file show_proc_status.h.
std::map<std::string, std::map<std::string, std::map<std::string, int64_t> > > gpudb::ShowProcStatusResponse::timings |
Definition at line 164 of file show_proc_status.h.