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

A set of results returned by GPUdb::showResourceStatistics. More...

#include <gpudb/protocol/show_resource_statistics.h>

Public Member Functions

 ShowResourceStatisticsResponse ()
 Constructs a ShowResourceStatisticsResponse object with default parameters. More...
 

Public Attributes

std::map< std::string, std::string > statisticsMap
 Map of resource statistics. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::showResourceStatistics.

Definition at line 93 of file show_resource_statistics.h.

Constructor & Destructor Documentation

◆ ShowResourceStatisticsResponse()

gpudb::ShowResourceStatisticsResponse::ShowResourceStatisticsResponse ( )
inline

Constructs a ShowResourceStatisticsResponse object with default parameters.

Definition at line 99 of file show_resource_statistics.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::ShowResourceStatisticsResponse::info

Additional information.

Definition at line 113 of file show_resource_statistics.h.

◆ statisticsMap

std::map<std::string, std::string> gpudb::ShowResourceStatisticsResponse::statisticsMap

Map of resource statistics.

Definition at line 108 of file show_resource_statistics.h.


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