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;
103 const int64_t offset,
105 const std::map<std::string, std::string>& options )
const;
160 const int64_t offset,
162 const std::map<std::string, std::string>& options,
163 GetRecordsResponse<boost::any>& response_ )
const;
211 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
250 const std::string& worldTableName,
251 const int32_t offset,
253 const std::map<std::string, std::string>& options )
const;
295 const std::string& worldTableName,
296 const int32_t offset,
298 const std::map<std::string, std::string>& options,
299 GetRecordsBySeriesResponse<boost::any>& response_ )
const;
343 GetRecordsFromCollectionResponse<boost::any>& response_ )
const;
382 const int64_t offset,
384 const std::map<std::string, std::string>& options )
const;
426 const int64_t offset,
428 const std::map<std::string, std::string>& options,
429 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...