GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::aggregateUnique. More...
#include <gpudb/protocol/aggregate_unique.h>
Public Member Functions | |
AggregateUniqueResponse () | |
Constructs an AggregateUniqueResponse 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 data or jsonEncodedResponse. More... | |
std::vector< gpudb::GenericRecord > | data |
Avro binary encoded response. More... | |
bool | hasMoreRecords |
Too many records. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
gpudb_type_ptr_t | dataTypePtr |
A set of results returned by GPUdb::aggregateUnique.
Definition at line 962 of file aggregate_unique.h.
|
inline |
Constructs an AggregateUniqueResponse object with default parameters.
Definition at line 968 of file aggregate_unique.h.
std::vector<gpudb::GenericRecord> gpudb::AggregateUniqueResponse::data |
Avro binary encoded response.
Definition at line 991 of file aggregate_unique.h.
gpudb_type_ptr_t gpudb::AggregateUniqueResponse::dataTypePtr |
Definition at line 1010 of file aggregate_unique.h.
bool gpudb::AggregateUniqueResponse::hasMoreRecords |
std::map<std::string, std::string> gpudb::AggregateUniqueResponse::info |
Additional information.
The default value is an empty map.
Definition at line 1008 of file aggregate_unique.h.
std::string gpudb::AggregateUniqueResponse::responseSchemaStr |
Avro schema of data or jsonEncodedResponse.
Definition at line 986 of file aggregate_unique.h.
std::string gpudb::AggregateUniqueResponse::tableName |
The same table name as was passed in the parameter list.
Definition at line 981 of file aggregate_unique.h.