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

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

#include <gpudb/protocol/show_statistics.h>

Public Member Functions

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

Public Attributes

std::vector< std::string > tableNames
 Value of tableNames. More...
 
std::vector< std::vector< std::map< std::string, std::string > > > stastisticsMap
 A list of maps which contain the column statistics of the table tableNames. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::showStatistics.

Definition at line 158 of file show_statistics.h.

Constructor & Destructor Documentation

◆ ShowStatisticsResponse()

gpudb::ShowStatisticsResponse::ShowStatisticsResponse ( )
inline

Constructs a ShowStatisticsResponse object with default parameters.

Definition at line 163 of file show_statistics.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 184 of file show_statistics.h.

◆ stastisticsMap

std::vector<std::vector<std::map<std::string, std::string> > > gpudb::ShowStatisticsResponse::stastisticsMap

A list of maps which contain the column statistics of the table tableNames.

Definition at line 179 of file show_statistics.h.

◆ tableNames

std::vector<std::string> gpudb::ShowStatisticsResponse::tableNames

Value of tableNames.

Definition at line 173 of file show_statistics.h.


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