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. | |
Public Attributes | |
| std::string | tableName |
| The same table name as was passed in the parameter list. | |
| std::string | responseSchemaStr |
| Avro schema of data or jsonEncodedResponse. | |
| std::vector< gpudb::GenericRecord > | data |
| Avro binary encoded response. | |
| int64_t | totalNumberOfRecords |
| Total/Filtered number of records. | |
| bool | hasMoreRecords |
| Too many records. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
| gpudb_type_ptr_t | dataTypePtr |
Detailed Description
A set of results returned by GPUdb::getRecordsByColumn.
Definition at line 649 of file get_records_by_column.h.
Constructor & Destructor Documentation
◆ GetRecordsByColumnResponse()
| inline |
Constructs a GetRecordsByColumnResponse object with default parameters.
Definition at line 655 of file get_records_by_column.h.
Member Data Documentation
◆ data
| std::vector<gpudb::GenericRecord> gpudb::GetRecordsByColumnResponse::data |
Avro binary encoded response.
Definition at line 679 of file get_records_by_column.h.
◆ dataTypePtr
| gpudb_type_ptr_t gpudb::GetRecordsByColumnResponse::dataTypePtr |
Definition at line 696 of file get_records_by_column.h.
◆ hasMoreRecords
| bool gpudb::GetRecordsByColumnResponse::hasMoreRecords |
◆ info
| std::map<std::string, std::string> gpudb::GetRecordsByColumnResponse::info |
Additional information.
Definition at line 694 of file get_records_by_column.h.
◆ responseSchemaStr
| std::string gpudb::GetRecordsByColumnResponse::responseSchemaStr |
Avro schema of data or jsonEncodedResponse.
Definition at line 674 of file get_records_by_column.h.
◆ tableName
| std::string gpudb::GetRecordsByColumnResponse::tableName |
The same table name as was passed in the parameter list.
Definition at line 669 of file get_records_by_column.h.
◆ totalNumberOfRecords
| int64_t gpudb::GetRecordsByColumnResponse::totalNumberOfRecords |
Total/Filtered number of records.
Definition at line 684 of file get_records_by_column.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/get_records_by_column.h