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

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

#include <gpudb/protocol/clear_statistics.h>

Public Member Functions

 ClearStatisticsRequest ()
 Constructs a ClearStatisticsRequest object with default parameter values. More...
 
 ClearStatisticsRequest (const std::string &tableName_, const std::string &columnName_, const std::map< std::string, std::string > &options_)
 Constructs a ClearStatisticsRequest object with the specified parameters. More...
 

Public Attributes

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

Detailed Description

A set of input parameters for const.

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

Definition at line 19 of file clear_statistics.h.

Constructor & Destructor Documentation

gpudb::ClearStatisticsRequest::ClearStatisticsRequest ( )
inline

Constructs a ClearStatisticsRequest object with default parameter values.

Definition at line 26 of file clear_statistics.h.

gpudb::ClearStatisticsRequest::ClearStatisticsRequest ( const std::string &  tableName_,
const std::string &  columnName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ClearStatisticsRequest object with the specified parameters.

Parameters
[in]tableName_Name of a table. Must be an existing table.
[in]columnName_Name of the column in tableName for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table.
[in]options_Optional parameters.

Definition at line 45 of file clear_statistics.h.

Member Data Documentation

std::string gpudb::ClearStatisticsRequest::columnName

Definition at line 53 of file clear_statistics.h.

std::map<std::string, std::string> gpudb::ClearStatisticsRequest::options

Definition at line 54 of file clear_statistics.h.

std::string gpudb::ClearStatisticsRequest::tableName

Definition at line 52 of file clear_statistics.h.


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