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

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

Public Attributes

std::string tableName
 The same table name as was passed in the parameter list. More...
 
std::string responseSchemaStr
 Avro schema of data or jsonEncodedResponse. More...
 
std::vector< gpudb::GenericRecorddata
 Avro binary encoded response. 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::aggregateUnique.

Definition at line 962 of file aggregate_unique.h.

Constructor & Destructor Documentation

◆ AggregateUniqueResponse()

gpudb::AggregateUniqueResponse::AggregateUniqueResponse ( )
inline

Constructs an AggregateUniqueResponse object with default parameters.

Definition at line 968 of file aggregate_unique.h.

Member Data Documentation

◆ data

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

Avro binary encoded response.

Definition at line 991 of file aggregate_unique.h.

◆ dataTypePtr

gpudb_type_ptr_t gpudb::AggregateUniqueResponse::dataTypePtr

Definition at line 1010 of file aggregate_unique.h.

◆ hasMoreRecords

bool gpudb::AggregateUniqueResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 996 of file aggregate_unique.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 1008 of file aggregate_unique.h.

◆ responseSchemaStr

std::string gpudb::AggregateUniqueResponse::responseSchemaStr

Avro schema of data or jsonEncodedResponse.

Definition at line 986 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 981 of file aggregate_unique.h.


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