|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::getRecordsByColumnRaw. More...
#include <gpudb/protocol/get_records_by_column.h>
Public Member Functions | |
| RawGetRecordsByColumnResponse () | |
| Constructs a RawGetRecordsByColumnResponse object with default parameters. More... | |
Public Attributes | |
| std::string | tableName |
| The same table name as was passed in the parameter list. 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::getRecordsByColumnRaw.
Definition at line 515 of file get_records_by_column.h.
|
inline |
Constructs a RawGetRecordsByColumnResponse object with default parameters.
Definition at line 521 of file get_records_by_column.h.
| std::vector<uint8_t> gpudb::RawGetRecordsByColumnResponse::binaryEncodedResponse |
Avro binary encoded response.
Definition at line 546 of file get_records_by_column.h.
| bool gpudb::RawGetRecordsByColumnResponse::hasMoreRecords |
| std::map<std::string, std::string> gpudb::RawGetRecordsByColumnResponse::info |
Additional information.
Definition at line 566 of file get_records_by_column.h.
| std::string gpudb::RawGetRecordsByColumnResponse::jsonEncodedResponse |
Avro JSON encoded response.
Definition at line 551 of file get_records_by_column.h.
| std::string gpudb::RawGetRecordsByColumnResponse::responseSchemaStr |
Avro schema of binaryEncodedResponse or jsonEncodedResponse.
Definition at line 541 of file get_records_by_column.h.
| std::string gpudb::RawGetRecordsByColumnResponse::tableName |
The same table name as was passed in the parameter list.
Definition at line 535 of file get_records_by_column.h.
| int64_t gpudb::RawGetRecordsByColumnResponse::totalNumberOfRecords |
Total/Filtered number of records.
Definition at line 556 of file get_records_by_column.h.