6 #ifndef __AGGREGATE_STATISTICS_H__ 7 #define __AGGREGATE_STATISTICS_H__ 65 options(std::map<std::string, std::string>())
146 AggregateStatisticsRequest(
const std::string& tableName_,
const std::string& columnName_,
const std::string& stats_,
const std::map<std::string, std::string>& options_):
169 ::avro::encode(e, v.
stats);
175 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
177 const std::vector<size_t> fo = rd->fieldOrder();
179 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
192 ::avro::decode(d, v.
stats);
208 ::avro::decode(d, v.
stats);
268 stats(std::map<std::string, double>())
272 std::map<std::string, double>
stats;
282 ::avro::encode(e, v.
stats);
287 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
289 const std::vector<size_t> fo = rd->fieldOrder();
291 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
296 ::avro::decode(d, v.
stats);
306 ::avro::decode(d, v.
stats);
AggregateStatisticsRequest()
Constructs an AggregateStatisticsRequest object with default parameter values.
A set of input parameters for aggregateStatistics(const AggregateStatisticsRequest&) const...
A set of output parameters for aggregateStatistics(const AggregateStatisticsRequest&) const...
std::map< std::string, double > stats
AggregateStatisticsResponse()
Constructs an AggregateStatisticsResponse object with default parameter values.
AggregateStatisticsRequest(const std::string &tableName_, const std::string &columnName_, const std::string &stats_, const std::map< std::string, std::string > &options_)
Constructs an AggregateStatisticsRequest object with the specified parameters.
std::map< std::string, std::string > options