26 GetRecordsResponse<boost::any>
GPUdb::getRecords(
const GetRecordsRequest& request_ )
const;
50 GetRecordsResponse<boost::any>&
GPUdb::getRecords(
const GetRecordsRequest& request_,
51 GetRecordsResponse<boost::any>& response_ )
const;
114 const int64_t offset,
116 const std::map<std::string, std::string>& options )
const;
182 const int64_t offset,
184 const std::map<std::string, std::string>& options,
185 GetRecordsResponse<boost::any>& response_ )
const;
233 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
272 const std::string& worldTableName,
273 const int32_t offset,
275 const std::map<std::string, std::string>& options )
const;
317 const std::string& worldTableName,
318 const int32_t offset,
320 const std::map<std::string, std::string>& options,
321 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
365 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
411 const int64_t offset,
413 const std::map<std::string, std::string>& options )
const;
462 const int64_t offset,
464 const std::map<std::string, std::string>& options,
465 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
GetRecordsFromCollectionResponse< TResponse > getRecordsFromCollection(const GetRecordsFromCollectionRequest &request_) const
Retrieves records from a collection.
GetRecordsBySeriesResponse< TResponse > getRecordsBySeries(const GetRecordsBySeriesRequest &request_) const
Retrieves the complete series/track records from the given worldTableName based on the partial track ...
GetRecordsResponse< TResponse > getRecords(const GetRecordsRequest &request_) const
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column...