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

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

#include <gpudb/protocol/aggregate_unpivot.h>

Public Member Functions

 RawAggregateUnpivotResponse ()
 Constructs a RawAggregateUnpivotResponse 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 binaryEncodedResponse or jsonEncodedResponse. More...
 
std::vector< uint8_t > binaryEncodedResponse
 Avro binary encoded response. More...
 
std::string jsonEncodedResponse
 Avro JSON 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...
 

Detailed Description

A set of results returned by GPUdb::aggregateUnpivotRaw.

Definition at line 747 of file aggregate_unpivot.h.

Constructor & Destructor Documentation

◆ RawAggregateUnpivotResponse()

gpudb::RawAggregateUnpivotResponse::RawAggregateUnpivotResponse ( )
inline

Constructs a RawAggregateUnpivotResponse object with default parameters.

Definition at line 753 of file aggregate_unpivot.h.

Member Data Documentation

◆ binaryEncodedResponse

std::vector<uint8_t> gpudb::RawAggregateUnpivotResponse::binaryEncodedResponse

Avro binary encoded response.

Definition at line 779 of file aggregate_unpivot.h.

◆ hasMoreRecords

bool gpudb::RawAggregateUnpivotResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 794 of file aggregate_unpivot.h.

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 806 of file aggregate_unpivot.h.

◆ jsonEncodedResponse

std::string gpudb::RawAggregateUnpivotResponse::jsonEncodedResponse

Avro JSON encoded response.

Definition at line 784 of file aggregate_unpivot.h.

◆ responseSchemaStr

std::string gpudb::RawAggregateUnpivotResponse::responseSchemaStr

Avro schema of binaryEncodedResponse or jsonEncodedResponse.

Definition at line 774 of file aggregate_unpivot.h.

◆ tableName

std::string gpudb::RawAggregateUnpivotResponse::tableName

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

Definition at line 768 of file aggregate_unpivot.h.

◆ totalNumberOfRecords

int64_t gpudb::RawAggregateUnpivotResponse::totalNumberOfRecords

Total/Filtered number of records.

Definition at line 789 of file aggregate_unpivot.h.


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