36 options(std::map<std::string, std::string>())
63 expression(expression),
71 std::map<std::string, std::string>
options;
89 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
91 const std::vector<size_t> fo = rd->fieldOrder();
93 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
167 ::avro::encode(e, v.
count);
172 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
174 const std::vector<size_t> fo = rd->fieldOrder();
176 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
181 ::avro::decode(d, v.
count);
191 ::avro::decode(d, v.
count);
std::map< std::string, std::string > options
FilterRequest()
Constructs a FilterRequest object with default parameter values.
FilterResponse()
Constructs a FilterResponse object with default parameter values.
A set of input parameters for filter(const FilterRequest&) const.
FilterRequest(const std::string &tableName, const std::string &viewName, const std::string &expression, const std::map< std::string, std::string > &options)
Constructs a FilterRequest object with the specified parameters.
A set of output parameters for filter(const FilterRequest&) const.