6 #ifndef __SHOW_TABLE_H__ 7 #define __SHOW_TABLE_H__ 46 options(std::map<std::string, std::string>())
111 ShowTableRequest(
const std::string& tableName_,
const std::map<std::string, std::string>& options_):
134 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
136 const std::vector<size_t> fo = rd->fieldOrder();
138 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
201 tableNames(std::vector<std::string>()),
202 tableDescriptions(std::vector<std::vector<std::string> >()),
203 typeIds(std::vector<std::string>()),
204 typeSchemas(std::vector<std::string>()),
205 typeLabels(std::vector<std::string>()),
206 properties(std::vector<std::map<std::string, std::vector<std::string> > >()),
207 additionalInfo(std::vector<std::map<std::string, std::string> >()),
208 sizes(std::vector<int64_t>()),
209 fullSizes(std::vector<int64_t>()),
210 joinSizes(std::vector<double>()),
211 totalSize(int64_t()),
212 totalFullSize(int64_t())
222 std::vector<std::map<std::string, std::vector<std::string> > >
properties;
246 ::avro::encode(e, v.
sizes);
255 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
257 const std::vector<size_t> fo = rd->fieldOrder();
259 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
296 ::avro::decode(d, v.
sizes);
330 ::avro::decode(d, v.
sizes);
ShowTableRequest()
Constructs a ShowTableRequest object with default parameter values.
std::vector< double > joinSizes
std::vector< std::map< std::string, std::string > > additionalInfo
std::vector< std::string > typeLabels
std::vector< int64_t > fullSizes
ShowTableRequest(const std::string &tableName_, const std::map< std::string, std::string > &options_)
Constructs a ShowTableRequest object with the specified parameters.
std::vector< std::string > typeSchemas
std::vector< std::map< std::string, std::vector< std::string > > > properties
A set of input parameters for showTable(const ShowTableRequest&) const.
std::vector< std::vector< std::string > > tableDescriptions
ShowTableResponse()
Constructs a ShowTableResponse object with default parameter values.
std::map< std::string, std::string > options
std::vector< std::string > tableNames
std::vector< std::string > typeIds
A set of output parameters for showTable(const ShowTableRequest&) const.
std::vector< int64_t > sizes