36 options(std::map<std::string, std::string>())
72 FilterRequest(
const std::string& tableName_,
const std::string& viewName_,
const std::string& expression_,
const std::map<std::string, std::string>& options_):
83 std::map<std::string, std::string>
options;
89 template<>
struct codec_traits<gpudb::FilterRequest>
101 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
103 const std::vector<size_t> fo = rd->fieldOrder();
105 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
175 template<>
struct codec_traits<gpudb::FilterResponse>
179 ::avro::encode(e, v.
count);
184 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
186 const std::vector<size_t> fo = rd->fieldOrder();
188 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
193 ::avro::decode(d, v.
count);
203 ::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 const.
A set of output parameters for 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.