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

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. 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...
 
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::aggregateUniqueRaw.

Definition at line 833 of file aggregate_unique.h.

Constructor & Destructor Documentation

◆ RawAggregateUniqueResponse()

gpudb::RawAggregateUniqueResponse::RawAggregateUniqueResponse ( )
inline

Constructs a RawAggregateUniqueResponse object with default parameters.

Definition at line 839 of file aggregate_unique.h.

Member Data Documentation

◆ binaryEncodedResponse

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

Avro binary encoded response.

Definition at line 863 of file aggregate_unique.h.

◆ hasMoreRecords

bool gpudb::RawAggregateUniqueResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 873 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 885 of file aggregate_unique.h.

◆ jsonEncodedResponse

std::string gpudb::RawAggregateUniqueResponse::jsonEncodedResponse

Avro JSON encoded response.

Definition at line 868 of file aggregate_unique.h.

◆ responseSchemaStr

std::string gpudb::RawAggregateUniqueResponse::responseSchemaStr

Avro schema of binaryEncodedResponse or jsonEncodedResponse.

Definition at line 858 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 852 of file aggregate_unique.h.


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