A set of results returned by GPUdb::aggregateGroupByRaw. More…
#include <gpudb/protocol/aggregate_group_by.h>
Public Member Functions | |
| RawAggregateGroupByResponse () | |
| Constructs a RawAggregateGroupByResponse object with default parameters. | |
Public Attributes | |
| 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. | |
| int64_t | totalNumberOfRecords |
| Total/Filtered number of records. | |
| bool | hasMoreRecords |
| Too many records. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::aggregateGroupByRaw.
Definition at line 1546 of file aggregate_group_by.h.
Constructor & Destructor Documentation
◆ RawAggregateGroupByResponse()
| inline |
Constructs a RawAggregateGroupByResponse object with default parameters.
Definition at line 1552 of file aggregate_group_by.h.
Member Data Documentation
◆ binaryEncodedResponse
| std::vector<uint8_t> gpudb::RawAggregateGroupByResponse::binaryEncodedResponse |
Avro binary encoded response.
Definition at line 1571 of file aggregate_group_by.h.
◆ hasMoreRecords
| bool gpudb::RawAggregateGroupByResponse::hasMoreRecords |
◆ info
| std::map<std::string, std::string> gpudb::RawAggregateGroupByResponse::info |
Additional information.
- aggregate_group_by_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 1600 of file aggregate_group_by.h.
◆ jsonEncodedResponse
| std::string gpudb::RawAggregateGroupByResponse::jsonEncodedResponse |
Avro JSON encoded response.
Definition at line 1576 of file aggregate_group_by.h.
◆ responseSchemaStr
| std::string gpudb::RawAggregateGroupByResponse::responseSchemaStr |
Avro schema of binaryEncodedResponse or jsonEncodedResponse.
Definition at line 1566 of file aggregate_group_by.h.
◆ totalNumberOfRecords
| int64_t gpudb::RawAggregateGroupByResponse::totalNumberOfRecords |
Total/Filtered number of records.
This may be an over-estimate if a limit was applied and there are additional records (i.e., when hasMoreRecords is true).
Definition at line 1583 of file aggregate_group_by.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/aggregate_group_by.h