Skip to main content

A set of results returned by GPUdb::aggregateUniqueRaw. More…

#include <gpudb/protocol/aggregate_unique.h>

Public Member Functions

 RawAggregateUniqueResponse ()
 Constructs a RawAggregateUniqueResponse object with default parameters.
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::aggregateUniqueRaw.

Definition at line 843 of file aggregate_unique.h.

Constructor & Destructor Documentation

◆ RawAggregateUniqueResponse()

gpudb::RawAggregateUniqueResponse::RawAggregateUniqueResponse ()
inline

Constructs a RawAggregateUniqueResponse object with default parameters.

Definition at line 849 of file aggregate_unique.h.

Member Data Documentation

◆ binaryEncodedResponse

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

Avro binary encoded response.

Definition at line 873 of file aggregate_unique.h.

◆ hasMoreRecords

bool gpudb::RawAggregateUniqueResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 883 of file aggregate_unique.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 895 of file aggregate_unique.h.

◆ jsonEncodedResponse

std::string gpudb::RawAggregateUniqueResponse::jsonEncodedResponse

Avro JSON encoded response.

Definition at line 878 of file aggregate_unique.h.

◆ responseSchemaStr

std::string gpudb::RawAggregateUniqueResponse::responseSchemaStr

Avro schema of binaryEncodedResponse or jsonEncodedResponse.

Definition at line 868 of file aggregate_unique.h.

◆ tableName

std::string gpudb::RawAggregateUniqueResponse::tableName

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

Definition at line 862 of file aggregate_unique.h.


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