GPUdb C++ API
Version 7.2.2.4
|
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 517 of file get_records_by_column.h.
|
inline |
Constructs a RawGetRecordsByColumnResponse object with default parameters.
Definition at line 523 of file get_records_by_column.h.
std::vector<uint8_t> gpudb::RawGetRecordsByColumnResponse::binaryEncodedResponse |
Avro binary encoded response.
Definition at line 548 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 568 of file get_records_by_column.h.
std::string gpudb::RawGetRecordsByColumnResponse::jsonEncodedResponse |
Avro JSON encoded response.
Definition at line 553 of file get_records_by_column.h.
std::string gpudb::RawGetRecordsByColumnResponse::responseSchemaStr |
Avro schema of binaryEncodedResponse or jsonEncodedResponse.
Definition at line 543 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 537 of file get_records_by_column.h.
int64_t gpudb::RawGetRecordsByColumnResponse::totalNumberOfRecords |
Total/Filtered number of records.
Definition at line 558 of file get_records_by_column.h.