GPUdb C++ API  Version 7.2.2.4
gpudb::RawGetRecordsByColumnResponse Struct Reference

A set of results returned by GPUdb::getRecordsByColumnRaw. More...

#include <gpudb/protocol/get_records_by_column.h>

Public Member Functions

 RawGetRecordsByColumnResponse ()
 Constructs a RawGetRecordsByColumnResponse object with default parameters. More...
 

Public Attributes

std::string tableName
 The same table name as was passed in the parameter list. More...
 
std::string responseSchemaStr
 Avro schema of binaryEncodedResponse or jsonEncodedResponse. More...
 
std::vector< uint8_t > binaryEncodedResponse
 Avro binary encoded response. More...
 
std::string jsonEncodedResponse
 Avro JSON encoded response. More...
 
int64_t totalNumberOfRecords
 Total/Filtered number of records. More...
 
bool hasMoreRecords
 Too many records. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::getRecordsByColumnRaw.

Definition at line 517 of file get_records_by_column.h.

Constructor & Destructor Documentation

◆ RawGetRecordsByColumnResponse()

gpudb::RawGetRecordsByColumnResponse::RawGetRecordsByColumnResponse ( )
inline

Constructs a RawGetRecordsByColumnResponse object with default parameters.

Definition at line 523 of file get_records_by_column.h.

Member Data Documentation

◆ binaryEncodedResponse

std::vector<uint8_t> gpudb::RawGetRecordsByColumnResponse::binaryEncodedResponse

Avro binary encoded response.

Definition at line 548 of file get_records_by_column.h.

◆ hasMoreRecords

bool gpudb::RawGetRecordsByColumnResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 563 of file get_records_by_column.h.

◆ info

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

Additional information.

Definition at line 568 of file get_records_by_column.h.

◆ jsonEncodedResponse

std::string gpudb::RawGetRecordsByColumnResponse::jsonEncodedResponse

Avro JSON encoded response.

Definition at line 553 of file get_records_by_column.h.

◆ responseSchemaStr

std::string gpudb::RawGetRecordsByColumnResponse::responseSchemaStr

Avro schema of binaryEncodedResponse or jsonEncodedResponse.

Definition at line 543 of file get_records_by_column.h.

◆ tableName

std::string gpudb::RawGetRecordsByColumnResponse::tableName

The same table name as was passed in the parameter list.

Definition at line 537 of file get_records_by_column.h.

◆ totalNumberOfRecords

int64_t gpudb::RawGetRecordsByColumnResponse::totalNumberOfRecords

Total/Filtered number of records.

Definition at line 558 of file get_records_by_column.h.


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