GPUdb C++ API  Version 7.2.2.4
gpudb::ShowSystemTimingRequest Struct Reference

A set of parameters for GPUdb::showSystemTiming. More...

#include <gpudb/protocol/show_system_timing.h>

Public Member Functions

 ShowSystemTimingRequest ()
 Constructs a ShowSystemTimingRequest object with default parameters. More...
 
 ShowSystemTimingRequest (const std::map< std::string, std::string > &options_)
 Constructs a ShowSystemTimingRequest object with the specified parameters. More...
 

Public Attributes

std::map< std::string, std::string > options
 Optional parameters, currently unused. More...
 

Detailed Description

A set of parameters for GPUdb::showSystemTiming.

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 20 of file show_system_timing.h.

Constructor & Destructor Documentation

◆ ShowSystemTimingRequest() [1/2]

gpudb::ShowSystemTimingRequest::ShowSystemTimingRequest ( )
inline

Constructs a ShowSystemTimingRequest object with default parameters.

Definition at line 25 of file show_system_timing.h.

◆ ShowSystemTimingRequest() [2/2]

gpudb::ShowSystemTimingRequest::ShowSystemTimingRequest ( const std::map< std::string, std::string > &  options_)
inline

Constructs a ShowSystemTimingRequest object with the specified parameters.

Parameters
[in]options_Optional parameters, currently unused. The default value is an empty map.

Definition at line 37 of file show_system_timing.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::ShowSystemTimingRequest::options

Optional parameters, currently unused.

The default value is an empty map.

Definition at line 46 of file show_system_timing.h.


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