6 #ifndef __AGGREGATE_CONVEX_HULL_H__ 7 #define __AGGREGATE_CONVEX_HULL_H__ 30 options(std::map<std::string, std::string>())
53 xColumnName(xColumnName),
54 yColumnName(yColumnName),
62 std::map<std::string, std::string>
options;
80 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
82 const std::vector<size_t> fo = rd->fieldOrder();
84 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
138 xVector(std::vector<double>()),
139 yVector(std::vector<double>()),
160 ::avro::encode(e, v.
count);
166 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
168 const std::vector<size_t> fo = rd->fieldOrder();
170 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
183 ::avro::decode(d, v.
count);
199 ::avro::decode(d, v.
count);
std::vector< double > yVector
AggregateConvexHullRequest(const std::string &tableName, const std::string &xColumnName, const std::string &yColumnName, const std::map< std::string, std::string > &options)
Constructs an AggregateConvexHullRequest object with the specified parameters.
AggregateConvexHullResponse()
Constructs an AggregateConvexHullResponse object with default parameter values.
std::vector< double > xVector
A set of input parameters for aggregateConvexHull(const AggregateConvexHullRequest&) const...
A set of output parameters for aggregateConvexHull(const AggregateConvexHullRequest&) const...
AggregateConvexHullRequest()
Constructs an AggregateConvexHullRequest object with default parameter values.
std::map< std::string, std::string > options