6 #ifndef __CREATE_PROJECTION_H__ 7 #define __CREATE_PROJECTION_H__ 50 options(std::map<std::string, std::string>())
172 CreateProjectionRequest(
const std::string& tableName_,
const std::string& projectionName_,
const std::vector<std::string>& columnNames_,
const std::map<std::string, std::string>& options_):
201 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
203 const std::vector<size_t> fo = rd->fieldOrder();
205 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
298 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
300 const std::vector<size_t> fo = rd->fieldOrder();
302 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
std::string projectionName
CreateProjectionResponse()
Constructs a CreateProjectionResponse object with default parameter values.
A set of output parameters for createProjection(const CreateProjectionRequest&) const.
std::string projectionName
std::map< std::string, std::string > options
CreateProjectionRequest()
Constructs a CreateProjectionRequest object with default parameter values.
CreateProjectionRequest(const std::string &tableName_, const std::string &projectionName_, const std::vector< std::string > &columnNames_, const std::map< std::string, std::string > &options_)
Constructs a CreateProjectionRequest object with the specified parameters.
std::vector< std::string > columnNames
A set of input parameters for createProjection(const CreateProjectionRequest&) const.