6 #ifndef __SHOW_TABLE_H__ 7 #define __SHOW_TABLE_H__ 40 options(std::map<std::string, std::string>())
95 ShowTableRequest(
const std::string& tableName_,
const std::map<std::string, std::string>& options_):
118 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
120 const std::vector<size_t> fo = rd->fieldOrder();
122 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
179 tableNames(std::vector<std::string>()),
180 tableDescriptions(std::vector<std::vector<std::string> >()),
181 typeIds(std::vector<std::string>()),
182 typeSchemas(std::vector<std::string>()),
183 typeLabels(std::vector<std::string>()),
184 properties(std::vector<std::map<std::string, std::vector<std::string> > >()),
185 additionalInfo(std::vector<std::map<std::string, std::string> >()),
186 sizes(std::vector<int64_t>()),
187 fullSizes(std::vector<int64_t>()),
188 joinSizes(std::vector<double>()),
189 totalSize(int64_t()),
190 totalFullSize(int64_t())
200 std::vector<std::map<std::string, std::vector<std::string> > >
properties;
224 ::avro::encode(e, v.
sizes);
233 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
235 const std::vector<size_t> fo = rd->fieldOrder();
237 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
274 ::avro::decode(d, v.
sizes);
308 ::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