6 #ifndef __CREATE_TRIGGER_BY_AREA_H__ 7 #define __CREATE_TRIGGER_BY_AREA_H__ 48 options(std::map<std::string, std::string>())
79 tableNames(tableNames),
80 xColumnName(xColumnName),
82 yColumnName(yColumnName),
94 std::map<std::string, std::string>
options;
115 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
117 const std::vector<size_t> fo = rd->fieldOrder();
119 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
203 triggerId(std::string())
222 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
224 const std::vector<size_t> fo = rd->fieldOrder();
226 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
CreateTriggerByAreaRequest(const std::string &requestId, const std::vector< std::string > &tableNames, const std::string &xColumnName, const std::vector< double > &xVector, const std::string &yColumnName, const std::vector< double > &yVector, const std::map< std::string, std::string > &options)
Constructs a CreateTriggerByAreaRequest object with the specified parameters.
CreateTriggerByAreaResponse()
Constructs a CreateTriggerByAreaResponse object with default parameter values.
std::map< std::string, std::string > options
A set of output parameters for createTriggerByArea(const CreateTriggerByAreaRequest&) const...
CreateTriggerByAreaRequest()
Constructs a CreateTriggerByAreaRequest object with default parameter values.
std::vector< double > yVector
std::vector< double > xVector
std::vector< std::string > tableNames
A set of input parameters for createTriggerByArea(const CreateTriggerByAreaRequest&) const...