GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ClearStatisticsResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/clear_statistics.h>

Public Member Functions

 ClearStatisticsResponse ()
 Constructs a ClearStatisticsResponse object with default parameter values. More...
 

Public Attributes

std::string tableName
 
std::string columnName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Clears statistics (cardinality, mean value, etc.) for a column in a specified table.

Definition at line 116 of file clear_statistics.h.

Constructor & Destructor Documentation

gpudb::ClearStatisticsResponse::ClearStatisticsResponse ( )
inline

Constructs a ClearStatisticsResponse object with default parameter values.

Definition at line 123 of file clear_statistics.h.

Member Data Documentation

std::string gpudb::ClearStatisticsResponse::columnName

Definition at line 131 of file clear_statistics.h.

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

Definition at line 132 of file clear_statistics.h.

std::string gpudb::ClearStatisticsResponse::tableName

Definition at line 130 of file clear_statistics.h.


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