GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::aggregateUnpivotRaw.
Definition at line 747 of file aggregate_unpivot.h.
|
inline |
Constructs a RawAggregateUnpivotResponse object with default parameters.
Definition at line 753 of file aggregate_unpivot.h.
std::vector<uint8_t> gpudb::RawAggregateUnpivotResponse::binaryEncodedResponse |
Avro binary encoded response.
Definition at line 779 of file aggregate_unpivot.h.
bool gpudb::RawAggregateUnpivotResponse::hasMoreRecords |
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.
std::string gpudb::RawAggregateUnpivotResponse::jsonEncodedResponse |
Avro JSON encoded response.
Definition at line 784 of file aggregate_unpivot.h.
std::string gpudb::RawAggregateUnpivotResponse::responseSchemaStr |
Avro schema of binaryEncodedResponse or jsonEncodedResponse.
Definition at line 774 of file aggregate_unpivot.h.
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.
int64_t gpudb::RawAggregateUnpivotResponse::totalNumberOfRecords |
Total/Filtered number of records.
Definition at line 789 of file aggregate_unpivot.h.