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

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

#include <gpudb/protocol/aggregate_min_max.h>

Public Member Functions

 AggregateMinMaxResponse ()
 Constructs an AggregateMinMaxResponse object with default parameter values. More...
 

Public Attributes

double min
 
double max
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Calculates and returns the minimum and maximum values of a particular column in a table.

Definition at line 120 of file aggregate_min_max.h.

Constructor & Destructor Documentation

gpudb::AggregateMinMaxResponse::AggregateMinMaxResponse ( )
inline

Constructs an AggregateMinMaxResponse object with default parameter values.

Definition at line 127 of file aggregate_min_max.h.

Member Data Documentation

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

Definition at line 136 of file aggregate_min_max.h.

double gpudb::AggregateMinMaxResponse::max

Definition at line 135 of file aggregate_min_max.h.

double gpudb::AggregateMinMaxResponse::min

Definition at line 134 of file aggregate_min_max.h.


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