A set of results returned by GPUdb::showTableMetadata. More…
#include <gpudb/protocol/show_table_metadata.h>
Public Member Functions | |
| ShowTableMetadataResponse () | |
| Constructs a ShowTableMetadataResponse object with default parameters. | |
Public Attributes | |
| std::vector< std::string > | tableNames |
| Value of tableNames. | |
| std::vector< std::map< std::string, std::string > > | metadataMaps |
| A list of maps which contain the metadata of the tables in the order the tables are listed in tableNames. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showTableMetadata.
Definition at line 115 of file show_table_metadata.h.
Constructor & Destructor Documentation
◆ ShowTableMetadataResponse()
| inline |
Constructs a ShowTableMetadataResponse object with default parameters.
Definition at line 121 of file show_table_metadata.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ShowTableMetadataResponse::info |
Additional information.
Definition at line 145 of file show_table_metadata.h.
◆ metadataMaps
| std::vector<std::map<std::string, std::string> > gpudb::ShowTableMetadataResponse::metadataMaps |
A list of maps which contain the metadata of the tables in the order the tables are listed in tableNames.
Each map has (metadata attribute name, metadata attribute value) pairs.
Definition at line 140 of file show_table_metadata.h.
◆ tableNames
| std::vector<std::string> gpudb::ShowTableMetadataResponse::tableNames |
Value of tableNames.
Definition at line 132 of file show_table_metadata.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_table_metadata.h