GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowSystemTimingResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowSystemTimingResponse::ShowSystemTimingResponse ( )
inline

Constructs a ShowSystemTimingResponse object with default parameter values.

Definition at line 102 of file show_system_timing.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: