6 #ifndef __AGGREGATE_MIN_MAX_GEOMETRY_H__ 7 #define __AGGREGATE_MIN_MAX_GEOMETRY_H__ 29 options(std::map<std::string, std::string>())
53 std::map<std::string, std::string>
options;
70 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
72 const std::vector<size_t> fo = rd->fieldOrder();
74 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
143 ::avro::encode(e, v.
minX);
144 ::avro::encode(e, v.
maxX);
145 ::avro::encode(e, v.
minY);
146 ::avro::encode(e, v.
maxY);
151 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
153 const std::vector<size_t> fo = rd->fieldOrder();
155 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
160 ::avro::decode(d, v.
minX);
164 ::avro::decode(d, v.
maxX);
168 ::avro::decode(d, v.
minY);
172 ::avro::decode(d, v.
maxY);
182 ::avro::decode(d, v.
minX);
183 ::avro::decode(d, v.
maxX);
184 ::avro::decode(d, v.
minY);
185 ::avro::decode(d, v.
maxY);
AggregateMinMaxGeometryResponse()
Constructs an AggregateMinMaxGeometryResponse object with default parameter values.
A set of output parameters for aggregateMinMaxGeometry(const AggregateMinMaxGeometryRequest&) const...
AggregateMinMaxGeometryRequest()
Constructs an AggregateMinMaxGeometryRequest object with default parameter values.
A set of input parameters for aggregateMinMaxGeometry(const AggregateMinMaxGeometryRequest&) const...
AggregateMinMaxGeometryRequest(const std::string &tableName_, const std::string &columnName_, const std::map< std::string, std::string > &options_)
Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.
std::map< std::string, std::string > options