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

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

#include <gpudb/protocol/aggregate_convex_hull.h>

Public Member Functions

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

Public Attributes

std::vector< double > xVector
 Array of x coordinates of the resulting convex set. More...
 
std::vector< double > yVector
 Array of y coordinates of the resulting convex set. More...
 
int32_t count
 Count of the number of points in the convex set. More...
 
bool isValid
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::aggregateConvexHull.

Definition at line 148 of file aggregate_convex_hull.h.

Constructor & Destructor Documentation

◆ AggregateConvexHullResponse()

gpudb::AggregateConvexHullResponse::AggregateConvexHullResponse ( )
inline

Constructs an AggregateConvexHullResponse object with default parameters.

Definition at line 154 of file aggregate_convex_hull.h.

Member Data Documentation

◆ count

int32_t gpudb::AggregateConvexHullResponse::count

Count of the number of points in the convex set.

Definition at line 176 of file aggregate_convex_hull.h.

◆ info

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

Additional information.

Definition at line 183 of file aggregate_convex_hull.h.

◆ isValid

bool gpudb::AggregateConvexHullResponse::isValid

Definition at line 178 of file aggregate_convex_hull.h.

◆ xVector

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

Array of x coordinates of the resulting convex set.

Definition at line 166 of file aggregate_convex_hull.h.

◆ yVector

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

Array of y coordinates of the resulting convex set.

Definition at line 171 of file aggregate_convex_hull.h.


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