GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::CreateMaterializedViewResponse Struct Reference

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
 

Detailed Description

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 190 of file create_materialized_view.h.

Constructor & Destructor Documentation

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

std::map<std::string, std::string> gpudb::CreateMaterializedViewResponse::info

Definition at line 206 of file create_materialized_view.h.

std::string gpudb::CreateMaterializedViewResponse::tableName

Definition at line 204 of file create_materialized_view.h.

std::string gpudb::CreateMaterializedViewResponse::viewId

Definition at line 205 of file create_materialized_view.h.


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