28 GetRecordsResponse<boost::any>
GPUdb::getRecords(
const GetRecordsRequest& request_ )
const;
54 GetRecordsResponse<boost::any>&
GPUdb::getRecords(
const GetRecordsRequest& request_,
55 GetRecordsResponse<boost::any>& response_ )
const;
126 const int64_t offset,
128 const std::map<std::string, std::string>& options )
const;
202 const int64_t offset,
204 const std::map<std::string, std::string>& options,
205 GetRecordsResponse<boost::any>& response_ )
const;
256 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
302 const std::string& worldTableName,
303 const int32_t offset,
305 const std::map<std::string, std::string>& options )
const;
354 const std::string& worldTableName,
355 const int32_t offset,
357 const std::map<std::string, std::string>& options,
358 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
407 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
466 const int64_t offset,
468 const std::map<std::string, std::string>& options )
const;
530 const int64_t offset,
532 const std::map<std::string, std::string>& options,
533 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...