Skip to main content

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()

gpudb::RawAggregateGroupByResponse::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

Too many records.

Returned a partial set.

Definition at line 1588 of file aggregate_group_by.h.

◆ info

std::map<std::string, std::string> gpudb::RawAggregateGroupByResponse::info

Additional information.

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: