29 GetRecordsResponse<boost::any>
GPUdb::getRecords(
const GetRecordsRequest& request_ )
const;
56 GetRecordsResponse<boost::any>&
GPUdb::getRecords(
const GetRecordsRequest& request_,
57 GetRecordsResponse<boost::any>& response_ )
const;
101 const int64_t offset,
103 const std::map<std::string, std::string>& options )
const;
150 const int64_t offset,
152 const std::map<std::string, std::string>& options,
153 GetRecordsResponse<boost::any>& response_ )
const;
201 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
241 const std::string& worldTableName,
242 const int32_t offset,
244 const std::map<std::string, std::string>& options )
const;
287 const std::string& worldTableName,
288 const int32_t offset,
290 const std::map<std::string, std::string>& options,
291 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
335 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
371 const int64_t offset,
373 const std::map<std::string, std::string>& options )
const;
412 const int64_t offset,
414 const std::map<std::string, std::string>& options,
415 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...