GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::GetRecordsFromCollectionResponse< T > Struct Template Reference

A set of output parameters for const. More...

#include <gpudb/protocol/get_records_from_collection.h>

Public Member Functions

 GetRecordsFromCollectionResponse ()
 Constructs a GetRecordsFromCollectionResponse object with default parameter values. More...
 

Public Attributes

std::string tableName
 
std::vector< std::string > typeNames
 
std::vector< T > data
 
std::vector< std::string > recordIds
 
std::map< std::string,
std::string > 
info
 

Detailed Description

template<typename T>
struct gpudb::GetRecordsFromCollectionResponse< T >

A set of output parameters for const.

Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such as const.

This operation supports paging through the data via the offset and limit parameters.

Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

Parameters
<T>The type of object being processed.

Definition at line 371 of file get_records_from_collection.h.

Constructor & Destructor Documentation

Constructs a GetRecordsFromCollectionResponse object with default parameter values.

Definition at line 378 of file get_records_from_collection.h.

Member Data Documentation

template<typename T >
std::vector<T> gpudb::GetRecordsFromCollectionResponse< T >::data

Definition at line 389 of file get_records_from_collection.h.

template<typename T >
std::map<std::string, std::string> gpudb::GetRecordsFromCollectionResponse< T >::info

Definition at line 391 of file get_records_from_collection.h.

template<typename T >
std::vector<std::string> gpudb::GetRecordsFromCollectionResponse< T >::recordIds

Definition at line 390 of file get_records_from_collection.h.

template<typename T >
std::string gpudb::GetRecordsFromCollectionResponse< T >::tableName

Definition at line 387 of file get_records_from_collection.h.

template<typename T >
std::vector<std::string> gpudb::GetRecordsFromCollectionResponse< T >::typeNames

Definition at line 388 of file get_records_from_collection.h.


The documentation for this struct was generated from the following file: