A set of results returned by GPUdb::alterTableMetadata. More…
#include <gpudb/protocol/alter_table_metadata.h>
Public Member Functions | |
| AlterTableMetadataResponse () | |
| Constructs an AlterTableMetadataResponse object with default parameters. | |
Public Attributes | |
| std::vector< std::string > | tableNames |
| Value of tableNames. | |
| std::map< std::string, std::string > | metadataMap |
| Value of metadataMap. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::alterTableMetadata.
Definition at line 141 of file alter_table_metadata.h.
Constructor & Destructor Documentation
◆ AlterTableMetadataResponse()
| inline |
Constructs an AlterTableMetadataResponse object with default parameters.
Definition at line 147 of file alter_table_metadata.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AlterTableMetadataResponse::info |
Additional information.
Definition at line 169 of file alter_table_metadata.h.
◆ metadataMap
| std::map<std::string, std::string> gpudb::AlterTableMetadataResponse::metadataMap |
Value of metadataMap.
Definition at line 164 of file alter_table_metadata.h.
◆ tableNames
| std::vector<std::string> gpudb::AlterTableMetadataResponse::tableNames |
Value of tableNames.
Definition at line 158 of file alter_table_metadata.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/alter_table_metadata.h