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

A set of results returned by GPUdb::aggregateUnpivot. More...

#include <gpudb/protocol/aggregate_unpivot.h>

Public Member Functions

 AggregateUnpivotResponse ()
 Constructs an AggregateUnpivotResponse object with default parameters. More...
 

Public Attributes

std::string tableName
 Typically shows the result-table name if provided in the request (Ignore otherwise). More...
 
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::aggregateUnpivot.

Definition at line 889 of file aggregate_unpivot.h.

Constructor & Destructor Documentation

◆ AggregateUnpivotResponse()

gpudb::AggregateUnpivotResponse::AggregateUnpivotResponse ( )
inline

Constructs an AggregateUnpivotResponse object with default parameters.

Definition at line 895 of file aggregate_unpivot.h.

Member Data Documentation

◆ data

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

Avro binary encoded response.

Definition at line 920 of file aggregate_unpivot.h.

◆ dataTypePtr

gpudb_type_ptr_t gpudb::AggregateUnpivotResponse::dataTypePtr

Definition at line 944 of file aggregate_unpivot.h.

◆ hasMoreRecords

bool gpudb::AggregateUnpivotResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 930 of file aggregate_unpivot.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 942 of file aggregate_unpivot.h.

◆ responseSchemaStr

std::string gpudb::AggregateUnpivotResponse::responseSchemaStr

Avro schema of data or jsonEncodedResponse.

Definition at line 915 of file aggregate_unpivot.h.

◆ tableName

std::string gpudb::AggregateUnpivotResponse::tableName

Typically shows the result-table name if provided in the request (Ignore otherwise).

Definition at line 910 of file aggregate_unpivot.h.

◆ totalNumberOfRecords

int64_t gpudb::AggregateUnpivotResponse::totalNumberOfRecords

Total/Filtered number of records.

Definition at line 925 of file aggregate_unpivot.h.


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