A set of results returned by GPUdb::aggregateGroupBy. More…
#include <gpudb/protocol/aggregate_group_by.h>
Public Member Functions | |
| AggregateGroupByResponse () | |
| Constructs an AggregateGroupByResponse object with default parameters. | |
Public Attributes | |
| std::string | responseSchemaStr |
| Avro schema of data or jsonEncodedResponse. | |
| std::vector< gpudb::GenericRecord > | data |
| Avro binary encoded response. | |
| int64_t | totalNumberOfRecords |
| Total/Filtered number of records. | |
| 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::aggregateGroupBy.
Definition at line 1677 of file aggregate_group_by.h.
Constructor & Destructor Documentation
◆ AggregateGroupByResponse()
| inline |
Constructs an AggregateGroupByResponse object with default parameters.
Definition at line 1683 of file aggregate_group_by.h.
Member Data Documentation
◆ data
| std::vector<gpudb::GenericRecord> gpudb::AggregateGroupByResponse::data |
Avro binary encoded response.
Definition at line 1701 of file aggregate_group_by.h.
◆ dataTypePtr
| gpudb_type_ptr_t gpudb::AggregateGroupByResponse::dataTypePtr |
Definition at line 1727 of file aggregate_group_by.h.
◆ hasMoreRecords
| bool gpudb::AggregateGroupByResponse::hasMoreRecords |
◆ info
| std::map<std::string, std::string> gpudb::AggregateGroupByResponse::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 1725 of file aggregate_group_by.h.
◆ responseSchemaStr
| std::string gpudb::AggregateGroupByResponse::responseSchemaStr |
Avro schema of data or jsonEncodedResponse.
Definition at line 1696 of file aggregate_group_by.h.
◆ totalNumberOfRecords
| int64_t gpudb::AggregateGroupByResponse::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 1708 of file aggregate_group_by.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/aggregate_group_by.h