GPUdb C++ API  Version 7.2.3.0
GPUdbTemplates.hpp
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the Kinetica schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 
25 template<>
26 GetRecordsResponse<boost::any> GPUdb::getRecords( const GetRecordsRequest& request_ ) const;
27 
48 template<>
49 GetRecordsResponse<boost::any>& GPUdb::getRecords( const GetRecordsRequest& request_,
50  GetRecordsResponse<boost::any>& response_ ) const;
51 
131 template<>
132 GetRecordsResponse<boost::any> GPUdb::getRecords( const std::string& tableName,
133  const int64_t offset,
134  const int64_t limit,
135  const std::map<std::string, std::string>& options ) const;
136 
218 template<>
219 GetRecordsResponse<boost::any>& GPUdb::getRecords( const std::string& tableName,
220  const int64_t offset,
221  const int64_t limit,
222  const std::map<std::string, std::string>& options,
223  GetRecordsResponse<boost::any>& response_ ) const;
224 
249 template<>
250 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_ ) const;
251 
278 template<>
279 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_,
280  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
281 
325 template<>
326 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const std::string& tableName,
327  const std::string& worldTableName,
328  const int32_t offset,
329  const int32_t limit,
330  const std::map<std::string, std::string>& options ) const;
331 
377 template<>
378 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const std::string& tableName,
379  const std::string& worldTableName,
380  const int32_t offset,
381  const int32_t limit,
382  const std::map<std::string, std::string>& options,
383  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
384 
404 template<>
405 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_ ) const;
406 
430 template<>
431 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_,
432  GetRecordsFromCollectionResponse<boost::any>& response_ ) const;
433 
497 template<>
498 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const std::string& tableName,
499  const int64_t offset,
500  const int64_t limit,
501  const std::map<std::string, std::string>& options ) const;
502 
570 template<>
571 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const std::string& tableName,
572  const int64_t offset,
573  const int64_t limit,
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.