|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::getRecordsByColumn. More...
#include <gpudb/protocol/get_records_by_column.h>
Public Member Functions | |
| GetRecordsByColumnResponse () | |
| Constructs a GetRecordsByColumnResponse 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 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::getRecordsByColumn.
Definition at line 651 of file get_records_by_column.h.
|
inline |
Constructs a GetRecordsByColumnResponse object with default parameters.
Definition at line 657 of file get_records_by_column.h.
| std::vector<gpudb::GenericRecord> gpudb::GetRecordsByColumnResponse::data |
Avro binary encoded response.
Definition at line 681 of file get_records_by_column.h.
| gpudb_type_ptr_t gpudb::GetRecordsByColumnResponse::dataTypePtr |
Definition at line 698 of file get_records_by_column.h.
| bool gpudb::GetRecordsByColumnResponse::hasMoreRecords |
| std::map<std::string, std::string> gpudb::GetRecordsByColumnResponse::info |
Additional information.
Definition at line 696 of file get_records_by_column.h.
| std::string gpudb::GetRecordsByColumnResponse::responseSchemaStr |
Avro schema of data or jsonEncodedResponse.
Definition at line 676 of file get_records_by_column.h.
| std::string gpudb::GetRecordsByColumnResponse::tableName |
The same table name as was passed in the parameter list.
Definition at line 671 of file get_records_by_column.h.
| int64_t gpudb::GetRecordsByColumnResponse::totalNumberOfRecords |
Total/Filtered number of records.
Definition at line 686 of file get_records_by_column.h.