26 GetRecordsResponse<boost::any>
GPUdb::getRecords(
const GetRecordsRequest& request_ )
const;
49 GetRecordsResponse<boost::any>&
GPUdb::getRecords(
const GetRecordsRequest& request_,
50 GetRecordsResponse<boost::any>& response_ )
const;
132 const int64_t offset,
134 const std::map<std::string, std::string>& options )
const;
218 const int64_t offset,
220 const std::map<std::string, std::string>& options,
221 GetRecordsResponse<boost::any>& response_ )
const;
278 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
325 const std::string& worldTableName,
326 const int32_t offset,
328 const std::map<std::string, std::string>& options )
const;
377 const std::string& worldTableName,
378 const int32_t offset,
380 const std::map<std::string, std::string>& options,
381 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
430 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
496 const int64_t offset,
498 const std::map<std::string, std::string>& options )
const;
568 const int64_t offset,
570 const std::map<std::string, std::string>& options,
571 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
GetRecordsBySeriesResponse< TResponse > getRecordsBySeries(const GetRecordsBySeriesRequest &request_) const
Retrieves the complete series/track records from the given worldTableName based on the partial track ...
GetRecordsFromCollectionResponse< TResponse > getRecordsFromCollection(const GetRecordsFromCollectionRequest &request_) const
Retrieves records from a collection.
GetRecordsResponse< TResponse > getRecords(const GetRecordsRequest &request_) const
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.