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

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

#include <gpudb/protocol/collect_statistics.h>

Public Member Functions

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

Public Attributes

std::string tableName
 Value of tableName. More...
 
std::vector< std::string > columnNames
 Value of columnNames. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::collectStatistics.

Definition at line 128 of file collect_statistics.h.

Constructor & Destructor Documentation

◆ CollectStatisticsResponse()

gpudb::CollectStatisticsResponse::CollectStatisticsResponse ( )
inline

Constructs a CollectStatisticsResponse object with default parameters.

Definition at line 134 of file collect_statistics.h.

Member Data Documentation

◆ columnNames

std::vector<std::string> gpudb::CollectStatisticsResponse::columnNames

Value of columnNames.

Definition at line 151 of file collect_statistics.h.

◆ info

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

Additional information.

Definition at line 156 of file collect_statistics.h.

◆ tableName

std::string gpudb::CollectStatisticsResponse::tableName

Value of tableName.

Definition at line 145 of file collect_statistics.h.


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