GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_system_timing.h>
Public Member Functions | |
ShowSystemTimingResponse () | |
Constructs a ShowSystemTimingResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | endpoints |
std::vector< float > | timeInMs |
std::vector< std::string > | jobids |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Returns the last 100 database requests along with the request timing and internal job id. The admin tool uses it to present request timing information to the user.
Definition at line 95 of file show_system_timing.h.
|
inline |
Constructs a ShowSystemTimingResponse object with default parameter values.
Definition at line 102 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::endpoints |
Definition at line 110 of file show_system_timing.h.
std::map<std::string, std::string> gpudb::ShowSystemTimingResponse::info |
Definition at line 113 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::jobids |
Definition at line 112 of file show_system_timing.h.
std::vector<float> gpudb::ShowSystemTimingResponse::timeInMs |
Definition at line 111 of file show_system_timing.h.