GPUdb C++ API  Version 6.2.0.3
gpudb::ShowSystemTimingResponse Struct Reference

A set of output parameters for showSystemTiming(const ShowSystemTimingRequest&) 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
 

Detailed Description

A set of output parameters for showSystemTiming(const ShowSystemTimingRequest&) 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

◆ ShowSystemTimingResponse()

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

◆ endpoints

std::vector<std::string> gpudb::ShowSystemTimingResponse::endpoints

Definition at line 109 of file show_system_timing.h.

◆ jobids

std::vector<std::string> gpudb::ShowSystemTimingResponse::jobids

Definition at line 111 of file show_system_timing.h.

◆ timeInMs

std::vector<float> gpudb::ShowSystemTimingResponse::timeInMs

Definition at line 110 of file show_system_timing.h.


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