GPUdb C++ API
Version 7.2.2.4
|
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::GenericRecord > | data |
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 |
A set of results returned by GPUdb::aggregateUnpivot.
Definition at line 889 of file aggregate_unpivot.h.
|
inline |
Constructs an AggregateUnpivotResponse object with default parameters.
Definition at line 895 of file aggregate_unpivot.h.
std::vector<gpudb::GenericRecord> gpudb::AggregateUnpivotResponse::data |
Avro binary encoded response.
Definition at line 920 of file aggregate_unpivot.h.
gpudb_type_ptr_t gpudb::AggregateUnpivotResponse::dataTypePtr |
Definition at line 944 of file aggregate_unpivot.h.
bool gpudb::AggregateUnpivotResponse::hasMoreRecords |
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.
std::string gpudb::AggregateUnpivotResponse::responseSchemaStr |
Avro schema of data or jsonEncodedResponse.
Definition at line 915 of file aggregate_unpivot.h.
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.
int64_t gpudb::AggregateUnpivotResponse::totalNumberOfRecords |
Total/Filtered number of records.
Definition at line 925 of file aggregate_unpivot.h.