GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::RawGetRecordsFromCollectionResponse Struct Reference

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

#include <gpudb/protocol/get_records_from_collection.h>

Public Member Functions

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

Public Attributes

std::string tableName
 
std::vector< std::string > typeNames
 
std::vector< std::vector
< uint8_t > > 
recordsBinary
 
std::vector< std::string > recordsJson
 
std::vector< std::string > recordIds
 
std::map< std::string,
std::string > 
info
 

Detailed Description

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 tables using this operation.

Definition at line 233 of file get_records_from_collection.h.

Constructor & Destructor Documentation

gpudb::RawGetRecordsFromCollectionResponse::RawGetRecordsFromCollectionResponse ( )
inline

Constructs a RawGetRecordsFromCollectionResponse object with default parameter values.

Definition at line 240 of file get_records_from_collection.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::RawGetRecordsFromCollectionResponse::info

Definition at line 255 of file get_records_from_collection.h.

std::vector<std::string> gpudb::RawGetRecordsFromCollectionResponse::recordIds

Definition at line 254 of file get_records_from_collection.h.

std::vector<std::vector<uint8_t> > gpudb::RawGetRecordsFromCollectionResponse::recordsBinary

Definition at line 252 of file get_records_from_collection.h.

std::vector<std::string> gpudb::RawGetRecordsFromCollectionResponse::recordsJson

Definition at line 253 of file get_records_from_collection.h.

std::string gpudb::RawGetRecordsFromCollectionResponse::tableName

Definition at line 250 of file get_records_from_collection.h.

std::vector<std::string> gpudb::RawGetRecordsFromCollectionResponse::typeNames

Definition at line 251 of file get_records_from_collection.h.


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