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

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

#include <gpudb/protocol/clear_statistics.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::clearStatistics.

Definition at line 133 of file clear_statistics.h.

Constructor & Destructor Documentation

◆ ClearStatisticsResponse()

gpudb::ClearStatisticsResponse::ClearStatisticsResponse ( )
inline

Constructs a ClearStatisticsResponse object with default parameters.

Definition at line 138 of file clear_statistics.h.

Member Data Documentation

◆ columnName

std::string gpudb::ClearStatisticsResponse::columnName

Value of columnName.

Definition at line 154 of file clear_statistics.h.

◆ info

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

Additional information.

Definition at line 159 of file clear_statistics.h.

◆ tableName

std::string gpudb::ClearStatisticsResponse::tableName

Value of tableName.

Definition at line 148 of file clear_statistics.h.


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