6 #ifndef __AGGREGATE_CONVEX_HULL_H__ 7 #define __AGGREGATE_CONVEX_HULL_H__ 30 options(std::map<std::string, std::string>())
50 AggregateConvexHullRequest(
const std::string& tableName_,
const std::string& xColumnName_,
const std::string& yColumnName_,
const std::map<std::string, std::string>& options_):
61 std::map<std::string, std::string>
options;
79 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
81 const std::vector<size_t> fo = rd->fieldOrder();
83 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
137 xVector(std::vector<double>()),
138 yVector(std::vector<double>()),
159 ::avro::encode(e, v.
count);
165 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
167 const std::vector<size_t> fo = rd->fieldOrder();
169 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
182 ::avro::decode(d, v.
count);
198 ::avro::decode(d, v.
count);
std::vector< double > yVector
AggregateConvexHullResponse()
Constructs an AggregateConvexHullResponse object with default parameter values.
std::vector< double > xVector
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.
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