GPUdb C++ API  Version 7.2.2.4
gpudb::AggregateGroupByResponse Struct Reference

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. More...
 

Public Attributes

std::string responseSchemaStr
 Avro schema of data or jsonEncodedResponse. More...
 
std::vector< gpudb::GenericRecorddata
 Avro binary encoded response. More...
 
int64_t totalNumberOfRecords
 Total/Filtered number of records. More...
 
bool hasMoreRecords
 Too many records. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 
gpudb_type_ptr_t dataTypePtr
 

Detailed Description

A set of results returned by GPUdb::aggregateGroupBy.

Definition at line 1335 of file aggregate_group_by.h.

Constructor & Destructor Documentation

◆ AggregateGroupByResponse()

gpudb::AggregateGroupByResponse::AggregateGroupByResponse ( )
inline

Constructs an AggregateGroupByResponse object with default parameters.

Definition at line 1341 of file aggregate_group_by.h.

Member Data Documentation

◆ data

std::vector<gpudb::GenericRecord> gpudb::AggregateGroupByResponse::data

Avro binary encoded response.

Definition at line 1359 of file aggregate_group_by.h.

◆ dataTypePtr

gpudb_type_ptr_t gpudb::AggregateGroupByResponse::dataTypePtr

Definition at line 1385 of file aggregate_group_by.h.

◆ hasMoreRecords

bool gpudb::AggregateGroupByResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 1371 of file aggregate_group_by.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 1383 of file aggregate_group_by.h.

◆ responseSchemaStr

std::string gpudb::AggregateGroupByResponse::responseSchemaStr

Avro schema of data or jsonEncodedResponse.

Definition at line 1354 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 1366 of file aggregate_group_by.h.


The documentation for this struct was generated from the following file: