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

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

#include <gpudb/protocol/aggregate_statistics.h>

Public Member Functions

 AggregateStatisticsResponse ()
 Constructs an AggregateStatisticsResponse object with default parameters. More...
 

Public Attributes

std::map< std::string, double > stats
 (statistic name, double value) pairs of the requested statistics, including the total count by default. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::aggregateStatistics.

Definition at line 357 of file aggregate_statistics.h.

Constructor & Destructor Documentation

◆ AggregateStatisticsResponse()

gpudb::AggregateStatisticsResponse::AggregateStatisticsResponse ( )
inline

Constructs an AggregateStatisticsResponse object with default parameters.

Definition at line 363 of file aggregate_statistics.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 378 of file aggregate_statistics.h.

◆ stats

std::map<std::string, double> gpudb::AggregateStatisticsResponse::stats

(statistic name, double value) pairs of the requested statistics, including the total count by default.

Definition at line 373 of file aggregate_statistics.h.


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