Skip to main content

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.
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::showStatistics.

Definition at line 227 of file show_statistics.h.

Constructor & Destructor Documentation

◆ ShowStatisticsResponse()

gpudb::ShowStatisticsResponse::ShowStatisticsResponse ()
inline

Constructs a ShowStatisticsResponse object with default parameters.

Definition at line 232 of file show_statistics.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 253 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 248 of file show_statistics.h.

◆ tableNames

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

Value of tableNames.

Definition at line 242 of file show_statistics.h.


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