GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/aggregate_unpivot.h>
Public Member Functions | |
RawAggregateUnpivotResponse () | |
Constructs a RawAggregateUnpivotResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::string | responseSchemaStr |
std::vector< uint8_t > | binaryEncodedResponse |
std::string | jsonEncodedResponse |
int64_t | totalNumberOfRecords |
bool | hasMoreRecords |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Rotate the column values into rows values.
For unpivot details and examples, see Unpivot. For limitations, see Unpivot Limitations.
Unpivot is used to normalize tables that are built for cross tabular reporting purposes. The unpivot operator rotates the column values for all the pivoted columns. A variable column, value column and all columns from the source table except the unpivot columns are projected into the result table. The variable column and value columns in the result table indicate the pivoted column name and values respectively.
The response is returned as a dynamic schema. For details see: dynamic schemas documentation.
Definition at line 448 of file aggregate_unpivot.h.
|
inline |
Constructs a RawAggregateUnpivotResponse object with default parameter values.
Definition at line 455 of file aggregate_unpivot.h.
std::vector<uint8_t> gpudb::RawAggregateUnpivotResponse::binaryEncodedResponse |
Definition at line 468 of file aggregate_unpivot.h.
bool gpudb::RawAggregateUnpivotResponse::hasMoreRecords |
Definition at line 471 of file aggregate_unpivot.h.
std::map<std::string, std::string> gpudb::RawAggregateUnpivotResponse::info |
Definition at line 472 of file aggregate_unpivot.h.
std::string gpudb::RawAggregateUnpivotResponse::jsonEncodedResponse |
Definition at line 469 of file aggregate_unpivot.h.
std::string gpudb::RawAggregateUnpivotResponse::responseSchemaStr |
Definition at line 467 of file aggregate_unpivot.h.
std::string gpudb::RawAggregateUnpivotResponse::tableName |
Definition at line 466 of file aggregate_unpivot.h.
int64_t gpudb::RawAggregateUnpivotResponse::totalNumberOfRecords |
Definition at line 470 of file aggregate_unpivot.h.