GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::aggregateConvexHull.
Definition at line 148 of file aggregate_convex_hull.h.
|
inline |
Constructs an AggregateConvexHullResponse object with default parameters.
Definition at line 154 of file aggregate_convex_hull.h.
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.
std::map<std::string, std::string> gpudb::AggregateConvexHullResponse::info |
Additional information.
Definition at line 183 of file aggregate_convex_hull.h.
bool gpudb::AggregateConvexHullResponse::isValid |
Definition at line 178 of file aggregate_convex_hull.h.
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.
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.