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;
133 const int64_t offset,
135 const std::map<std::string, std::string>& options )
const;
220 const int64_t offset,
222 const std::map<std::string, std::string>& options,
223 GetRecordsResponse<boost::any>& response_ )
const;
280 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
327 const std::string& worldTableName,
328 const int32_t offset,
330 const std::map<std::string, std::string>& options )
const;
379 const std::string& worldTableName,
380 const int32_t offset,
382 const std::map<std::string, std::string>& options,
383 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
432 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
499 const int64_t offset,
501 const std::map<std::string, std::string>& options )
const;
572 const int64_t offset,
574 const std::map<std::string, std::string>& options,
575 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.