GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::aggregateUniqueRaw.
Definition at line 833 of file aggregate_unique.h.
|
inline |
Constructs a RawAggregateUniqueResponse object with default parameters.
Definition at line 839 of file aggregate_unique.h.
std::vector<uint8_t> gpudb::RawAggregateUniqueResponse::binaryEncodedResponse |
Avro binary encoded response.
Definition at line 863 of file aggregate_unique.h.
bool gpudb::RawAggregateUniqueResponse::hasMoreRecords |
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.
std::string gpudb::RawAggregateUniqueResponse::jsonEncodedResponse |
Avro JSON encoded response.
Definition at line 868 of file aggregate_unique.h.
std::string gpudb::RawAggregateUniqueResponse::responseSchemaStr |
Avro schema of binaryEncodedResponse or jsonEncodedResponse.
Definition at line 858 of file aggregate_unique.h.
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.