6 #ifndef __GET_RECORDS_BY_SERIES_H__ 7 #define __GET_RECORDS_BY_SERIES_H__ 42 options(std::map<std::string, std::string>())
72 GetRecordsBySeriesRequest(
const std::string& tableName_,
const std::string& worldTableName_,
const int32_t offset_,
const int32_t limit_,
const std::map<std::string, std::string>& options_):
117 GetRecordsBySeriesRequest(
const std::string& tableName_,
const std::string& worldTableName_,
const int32_t offset_,
const int32_t limit_,
const std::string& encoding_,
const std::map<std::string, std::string>& options_):
144 ::avro::encode(e, v.
offset);
145 ::avro::encode(e, v.
limit);
152 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
154 const std::vector<size_t> fo = rd->fieldOrder();
156 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
169 ::avro::decode(d, v.
offset);
173 ::avro::decode(d, v.
limit);
193 ::avro::decode(d, v.
offset);
194 ::avro::decode(d, v.
limit);
230 tableNames(std::vector<std::string>()),
231 typeNames(std::vector<std::string>()),
232 typeSchemas(std::vector<std::string>()),
233 listRecordsBinary(std::vector<std::vector<std::vector<uint8_t> > >()),
234 listRecordsJson(std::vector<std::vector<std::string> >())
261 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
263 const std::vector<size_t> fo = rd->fieldOrder();
265 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
337 tableNames(std::vector<std::string>()),
338 typeNames(std::vector<std::string>()),
339 typeSchemas(std::vector<std::string>()),
340 data(std::vector<std::vector<T> >())
347 std::vector<std::vector<T> >
data;
RawGetRecordsBySeriesResponse()
Constructs a RawGetRecordsBySeriesResponse object with default parameter values.
std::map< std::string, std::string > options
A set of output parameters for getRecordsBySeriesRaw(const GetRecordsBySeriesRequest&) const...
GetRecordsBySeriesResponse()
Constructs a GetRecordsBySeriesResponse object with default parameter values.
std::vector< std::string > typeSchemas
A set of input parameters for getRecordsBySeriesRaw(const GetRecordsBySeriesRequest&) const...
std::vector< std::string > tableNames
GetRecordsBySeriesRequest(const std::string &tableName_, const std::string &worldTableName_, const int32_t offset_, const int32_t limit_, const std::string &encoding_, const std::map< std::string, std::string > &options_)
Constructs a GetRecordsBySeriesRequest object with the specified parameters.
A set of output parameters for getRecordsBySeries(const GetRecordsBySeriesRequest&) const...
std::vector< std::vector< T > > data
std::vector< std::vector< std::string > > listRecordsJson
std::vector< std::string > typeNames
std::vector< std::vector< std::vector< uint8_t > > > listRecordsBinary
GetRecordsBySeriesRequest()
Constructs a GetRecordsBySeriesRequest object with default parameter values.
GetRecordsBySeriesRequest(const std::string &tableName_, const std::string &worldTableName_, const int32_t offset_, const int32_t limit_, const std::map< std::string, std::string > &options_)
Constructs a GetRecordsBySeriesRequest object with the specified parameters.
std::vector< std::string > typeSchemas
std::vector< std::string > tableNames
std::vector< std::string > typeNames
std::string worldTableName