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

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

#include <gpudb/protocol/aggregate_statistics_by_range.h>

Public Member Functions

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

Public Attributes

std::map< std::string, std::vector< double > > stats
 A map with a key for each statistic in the stats input parameter having a value that is a vector of the corresponding value-column bin statistics. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::aggregateStatisticsByRange.

Definition at line 301 of file aggregate_statistics_by_range.h.

Constructor & Destructor Documentation

◆ AggregateStatisticsByRangeResponse()

gpudb::AggregateStatisticsByRangeResponse::AggregateStatisticsByRangeResponse ( )
inline

Constructs an AggregateStatisticsByRangeResponse object with default parameters.

Definition at line 307 of file aggregate_statistics_by_range.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 324 of file aggregate_statistics_by_range.h.

◆ stats

std::map<std::string, std::vector<double> > gpudb::AggregateStatisticsByRangeResponse::stats

A map with a key for each statistic in the stats input parameter having a value that is a vector of the corresponding value-column bin statistics.

In a addition the key count has a value that is a histogram of the binning-column.

Definition at line 319 of file aggregate_statistics_by_range.h.


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