A set of results returned by GPUdb::showTypes. More…
#include <gpudb/protocol/show_types.h>
Public Member Functions | |
| ShowTypesResponse () | |
| Constructs a ShowTypesResponse object with default parameters. | |
Public Attributes | |
| std::vector< std::string > | typeIds |
| The type IDs of the matching types. | |
| std::vector< std::string > | typeSchemas |
| The Avro schema strings describing each matching type. | |
| std::vector< std::string > | labels |
| The user-defined labels of each matching type. | |
| std::vector< std::map< std::string, std::vector< std::string > > > | properties |
| The column properties of each matching type. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showTypes.
Definition at line 155 of file show_types.h.
Constructor & Destructor Documentation
◆ ShowTypesResponse()
| inline |
Constructs a ShowTypesResponse object with default parameters.
Definition at line 160 of file show_types.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ShowTypesResponse::info |
Additional information.
Definition at line 192 of file show_types.h.
◆ labels
| std::vector<std::string> gpudb::ShowTypesResponse::labels |
The user-defined labels of each matching type.
Definition at line 182 of file show_types.h.
◆ properties
| std::vector<std::map<std::string, std::vector<std::string> > > gpudb::ShowTypesResponse::properties |
The column properties of each matching type.
Definition at line 187 of file show_types.h.
◆ typeIds
| std::vector<std::string> gpudb::ShowTypesResponse::typeIds |
The type IDs of the matching types.
Definition at line 172 of file show_types.h.
◆ typeSchemas
| std::vector<std::string> gpudb::ShowTypesResponse::typeSchemas |
The Avro schema strings describing each matching type.
Definition at line 177 of file show_types.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_types.h