6 #ifndef __CREATE_MATERIALIZED_VIEW_H__ 7 #define __CREATE_MATERIALIZED_VIEW_H__ 37 options(std::map<std::string, std::string>())
141 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
143 const std::vector<size_t> fo = rd->fieldOrder();
145 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
199 viewId(std::string())
215 ::avro::encode(e, v.
viewId);
220 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
222 const std::vector<size_t> fo = rd->fieldOrder();
224 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
233 ::avro::decode(d, v.
viewId);
244 ::avro::decode(d, v.
viewId);
CreateMaterializedViewRequest()
Constructs a CreateMaterializedViewRequest object with default parameter values.
A set of output parameters for createMaterializedView(const CreateMaterializedViewRequest&) const...
A set of input parameters for createMaterializedView(const CreateMaterializedViewRequest&) const...
CreateMaterializedViewResponse()
Constructs a CreateMaterializedViewResponse object with default parameter values. ...
CreateMaterializedViewRequest(const std::string &tableName_, const std::map< std::string, std::string > &options_)
Constructs a CreateMaterializedViewRequest object with the specified parameters.
std::map< std::string, std::string > options