6 #ifndef __SHOW_TABLE_H__ 7 #define __SHOW_TABLE_H__ 51 options(std::map<std::string, std::string>())
86 std::map<std::string, std::string>
options;
102 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
104 const std::vector<size_t> fo = rd->fieldOrder();
106 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
174 tableNames(std::vector<std::string>()),
175 tableDescriptions(std::vector<std::vector<std::string> >()),
176 typeIds(std::vector<std::string>()),
177 typeSchemas(std::vector<std::string>()),
178 typeLabels(std::vector<std::string>()),
179 properties(std::vector<std::map<std::string, std::vector<std::string> > >()),
180 additionalInfo(std::vector<std::map<std::string, std::string> >()),
181 sizes(std::vector<int64_t>()),
182 fullSizes(std::vector<int64_t>()),
183 joinSizes(std::vector<double>()),
184 totalSize(int64_t()),
185 totalFullSize(int64_t())
195 std::vector<std::map<std::string, std::vector<std::string> > >
properties;
219 ::avro::encode(e, v.
sizes);
228 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
230 const std::vector<size_t> fo = rd->fieldOrder();
232 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
269 ::avro::decode(d, v.
sizes);
303 ::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
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.
ShowTableRequest(const std::string &tableName, const std::map< std::string, std::string > &options)
Constructs a ShowTableRequest object with the specified parameters.
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