GPUdb C++ API  Version 7.0.19.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 116 of file aggregate_min_max.h.

Constructor & Destructor Documentation

gpudb::AggregateMinMaxResponse::AggregateMinMaxResponse ( )
inline

Constructs an AggregateMinMaxResponse object with default parameter values.

Definition at line 123 of file aggregate_min_max.h.

Member Data Documentation

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

Definition at line 132 of file aggregate_min_max.h.

double gpudb::AggregateMinMaxResponse::max

Definition at line 131 of file aggregate_min_max.h.

double gpudb::AggregateMinMaxResponse::min

Definition at line 130 of file aggregate_min_max.h.


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