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

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

#include <gpudb/protocol/aggregate_convex_hull.h>

Public Member Functions

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

Public Attributes

std::vector< double > xVector
 
std::vector< double > yVector
 
int32_t count
 
bool isValid
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Calculates and returns the convex hull for the values in a table specified by tableName.

Definition at line 129 of file aggregate_convex_hull.h.

Constructor & Destructor Documentation

gpudb::AggregateConvexHullResponse::AggregateConvexHullResponse ( )
inline

Constructs an AggregateConvexHullResponse object with default parameter values.

Definition at line 136 of file aggregate_convex_hull.h.

Member Data Documentation

int32_t gpudb::AggregateConvexHullResponse::count

Definition at line 147 of file aggregate_convex_hull.h.

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

Definition at line 149 of file aggregate_convex_hull.h.

bool gpudb::AggregateConvexHullResponse::isValid

Definition at line 148 of file aggregate_convex_hull.h.

std::vector<double> gpudb::AggregateConvexHullResponse::xVector

Definition at line 145 of file aggregate_convex_hull.h.

std::vector<double> gpudb::AggregateConvexHullResponse::yVector

Definition at line 146 of file aggregate_convex_hull.h.


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