Skip to main content

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.
 

Public Attributes

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

Definition at line 766 of file aggregate_unpivot.h.

Constructor & Destructor Documentation

◆ RawAggregateUnpivotResponse()

gpudb::RawAggregateUnpivotResponse::RawAggregateUnpivotResponse ()
inline

Constructs a RawAggregateUnpivotResponse object with default parameters.

Definition at line 772 of file aggregate_unpivot.h.

Member Data Documentation

◆ binaryEncodedResponse

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

Avro binary encoded response.

Definition at line 798 of file aggregate_unpivot.h.

◆ hasMoreRecords

bool gpudb::RawAggregateUnpivotResponse::hasMoreRecords

Too many records.

Returned a partial set.

Definition at line 813 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 825 of file aggregate_unpivot.h.

◆ jsonEncodedResponse

std::string gpudb::RawAggregateUnpivotResponse::jsonEncodedResponse

Avro JSON encoded response.

Definition at line 803 of file aggregate_unpivot.h.

◆ responseSchemaStr

std::string gpudb::RawAggregateUnpivotResponse::responseSchemaStr

Avro schema of binaryEncodedResponse or jsonEncodedResponse.

Definition at line 793 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 787 of file aggregate_unpivot.h.

◆ totalNumberOfRecords

int64_t gpudb::RawAggregateUnpivotResponse::totalNumberOfRecords

Total/Filtered number of records.

Definition at line 808 of file aggregate_unpivot.h.


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