GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_materialized_view.h>
Public Member Functions | |
CreateMaterializedViewResponse () | |
Constructs a CreateMaterializedViewResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::string | viewId |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains viewId, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
Definition at line 214 of file create_materialized_view.h.
|
inline |
Constructs a CreateMaterializedViewResponse object with default parameter values.
Definition at line 221 of file create_materialized_view.h.
std::map<std::string, std::string> gpudb::CreateMaterializedViewResponse::info |
Definition at line 230 of file create_materialized_view.h.
std::string gpudb::CreateMaterializedViewResponse::tableName |
Definition at line 228 of file create_materialized_view.h.
std::string gpudb::CreateMaterializedViewResponse::viewId |
Definition at line 229 of file create_materialized_view.h.