6 #ifndef __DROP_ENVIRONMENT_H__
7 #define __DROP_ENVIRONMENT_H__
28 options(std::map<std::string, std::string>())
63 std::map<std::string, std::string>
options;
69 template<>
struct codec_traits<gpudb::DropEnvironmentRequest>
79 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
81 const std::vector<size_t> fo = rd->fieldOrder();
83 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
128 info(std::map<std::string, std::string>())
133 std::map<std::string, std::string>
info;
139 template<>
struct codec_traits<gpudb::DropEnvironmentResponse>
144 ::avro::encode(e, v.
info);
149 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
151 const std::vector<size_t> fo = rd->fieldOrder();
153 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
162 ::avro::decode(d, v.
info);
173 ::avro::decode(d, v.
info);
A set of input parameters for const.
DropEnvironmentResponse()
Constructs a DropEnvironmentResponse object with default parameter values.
DropEnvironmentRequest(const std::string &environmentName_, const std::map< std::string, std::string > &options_)
Constructs a DropEnvironmentRequest object with the specified parameters.
std::string environmentName
DropEnvironmentRequest()
Constructs a DropEnvironmentRequest object with default parameter values.
A set of output parameters for const.
std::string environmentName
std::map< std::string, std::string > options
std::map< std::string, std::string > info