A set of results returned by GPUdb::createMaterializedView. More…
#include <gpudb/protocol/create_materialized_view.h>
Public Member Functions | |
| CreateMaterializedViewResponse () | |
| Constructs a CreateMaterializedViewResponse object with default parameters. | |
Public Attributes | |
| std::string | tableName |
| Value of tableName. | |
| std::string | viewId |
| Value of view_id. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createMaterializedView.
Definition at line 462 of file create_materialized_view.h.
Constructor & Destructor Documentation
◆ CreateMaterializedViewResponse()
| inline |
Constructs a CreateMaterializedViewResponse object with default parameters.
Definition at line 468 of file create_materialized_view.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::CreateMaterializedViewResponse::info |
Additional information.
- create_materialized_view_qualified_table_name: The fully qualified name of the result table (i.e. including the schema).
The default value is an empty map.
Definition at line 496 of file create_materialized_view.h.
◆ tableName
| std::string gpudb::CreateMaterializedViewResponse::tableName |
Value of tableName.
Definition at line 479 of file create_materialized_view.h.
◆ viewId
| std::string gpudb::CreateMaterializedViewResponse::viewId |
Value of view_id.
Definition at line 484 of file create_materialized_view.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_materialized_view.h