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()
| 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 |
◆ info
| std::map<std::string, std::string> gpudb::RawAggregateUniqueResponse::info |
Additional information.
- aggregate_unique_qualified_result_table_name: The fully qualified name of the table (i.e. including the schema) used to store the results.
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:
- gpudb/protocol/aggregate_unique.h