A set of results returned by GPUdb::alterTableMonitor. More…
#include <gpudb/protocol/alter_table_monitor.h>
Public Member Functions | |
| AlterTableMonitorResponse () | |
| Constructs an AlterTableMonitorResponse object with default parameters. | |
Public Attributes | |
| std::string | topicId |
| Value of topicId. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::alterTableMonitor.
Definition at line 192 of file alter_table_monitor.h.
Constructor & Destructor Documentation
◆ AlterTableMonitorResponse()
| inline |
Constructs an AlterTableMonitorResponse object with default parameters.
Definition at line 198 of file alter_table_monitor.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AlterTableMonitorResponse::info |
Additional information.
Definition at line 212 of file alter_table_monitor.h.
◆ topicId
| std::string gpudb::AlterTableMonitorResponse::topicId |
Value of topicId.
Definition at line 207 of file alter_table_monitor.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/alter_table_monitor.h