GPUdb C++ API  Version 7.2.2.4
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 
130 template<>
131 GetRecordsResponse<boost::any> GPUdb::getRecords( const std::string& tableName,
132  const int64_t offset,
133  const int64_t limit,
134  const std::map<std::string, std::string>& options ) const;
135 
216 template<>
217 GetRecordsResponse<boost::any>& GPUdb::getRecords( const std::string& tableName,
218  const int64_t offset,
219  const int64_t limit,
220  const std::map<std::string, std::string>& options,
221  GetRecordsResponse<boost::any>& response_ ) const;
222 
247 template<>
248 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_ ) const;
249 
276 template<>
277 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_,
278  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
279 
323 template<>
324 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const std::string& tableName,
325  const std::string& worldTableName,
326  const int32_t offset,
327  const int32_t limit,
328  const std::map<std::string, std::string>& options ) const;
329 
375 template<>
376 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const std::string& tableName,
377  const std::string& worldTableName,
378  const int32_t offset,
379  const int32_t limit,
380  const std::map<std::string, std::string>& options,
381  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
382 
402 template<>
403 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_ ) const;
404 
428 template<>
429 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_,
430  GetRecordsFromCollectionResponse<boost::any>& response_ ) const;
431 
494 template<>
495 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const std::string& tableName,
496  const int64_t offset,
497  const int64_t limit,
498  const std::map<std::string, std::string>& options ) const;
499 
566 template<>
567 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const std::string& tableName,
568  const int64_t offset,
569  const int64_t limit,
570  const std::map<std::string, std::string>& options,
571  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.