GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for createMaterializedView(const CreateMaterializedViewRequest&) 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 |
A set of output parameters for createMaterializedView(const CreateMaterializedViewRequest&) 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 190 of file create_materialized_view.h.
|
inline |
Constructs a CreateMaterializedViewResponse object with default parameter values.
Definition at line 197 of file create_materialized_view.h.
std::string gpudb::CreateMaterializedViewResponse::tableName |
Definition at line 203 of file create_materialized_view.h.
std::string gpudb::CreateMaterializedViewResponse::viewId |
Definition at line 204 of file create_materialized_view.h.