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. | |
Public Attributes | |
| std::string | tableName |
| The same table name as was passed in the parameter list. | |
| std::string | responseSchemaStr |
| Avro schema of data or jsonEncodedResponse. | |
| std::vector< gpudb::GenericRecord > | data |
| Avro binary encoded response. | |
| bool | hasMoreRecords |
| Too many records. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
| gpudb_type_ptr_t | dataTypePtr |
Detailed Description
A set of results returned by GPUdb::aggregateUnique.
Definition at line 972 of file aggregate_unique.h.
Constructor & Destructor Documentation
◆ AggregateUniqueResponse()
| inline |
Constructs an AggregateUniqueResponse object with default parameters.
Definition at line 978 of file aggregate_unique.h.
Member Data Documentation
◆ data
| std::vector<gpudb::GenericRecord> gpudb::AggregateUniqueResponse::data |
Avro binary encoded response.
Definition at line 1001 of file aggregate_unique.h.
◆ dataTypePtr
| gpudb_type_ptr_t gpudb::AggregateUniqueResponse::dataTypePtr |
Definition at line 1020 of file aggregate_unique.h.
◆ hasMoreRecords
| bool gpudb::AggregateUniqueResponse::hasMoreRecords |
◆ info
| std::map<std::string, std::string> gpudb::AggregateUniqueResponse::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 1018 of file aggregate_unique.h.
◆ responseSchemaStr
| std::string gpudb::AggregateUniqueResponse::responseSchemaStr |
Avro schema of data or jsonEncodedResponse.
Definition at line 996 of file aggregate_unique.h.
◆ tableName
| std::string gpudb::AggregateUniqueResponse::tableName |
The same table name as was passed in the parameter list.
Definition at line 991 of file aggregate_unique.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/aggregate_unique.h