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

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

#include <gpudb/protocol/collect_statistics.h>

Public Member Functions

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

Public Attributes

std::string tableName
 
std::vector< std::string > columnNames
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Collect statistics for a column(s) in a specified table.

Definition at line 113 of file collect_statistics.h.

Constructor & Destructor Documentation

gpudb::CollectStatisticsResponse::CollectStatisticsResponse ( )
inline

Constructs a CollectStatisticsResponse object with default parameter values.

Definition at line 120 of file collect_statistics.h.

Member Data Documentation

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

Definition at line 128 of file collect_statistics.h.

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

Definition at line 129 of file collect_statistics.h.

std::string gpudb::CollectStatisticsResponse::tableName

Definition at line 127 of file collect_statistics.h.


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