GPUdb C++ API  Version 6.2.0.3
gpudb::CreateMaterializedViewResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CreateMaterializedViewResponse()

gpudb::CreateMaterializedViewResponse::CreateMaterializedViewResponse ( )
inline

Constructs a CreateMaterializedViewResponse object with default parameter values.

Definition at line 197 of file create_materialized_view.h.

Member Data Documentation

◆ tableName

std::string gpudb::CreateMaterializedViewResponse::tableName

Definition at line 203 of file create_materialized_view.h.

◆ viewId

std::string gpudb::CreateMaterializedViewResponse::viewId

Definition at line 204 of file create_materialized_view.h.


The documentation for this struct was generated from the following file: