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

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. More...
 

Public Attributes

std::string tableName
 Value of tableName. More...
 
std::string viewId
 Value of view_id. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::createMaterializedView.

Definition at line 415 of file create_materialized_view.h.

Constructor & Destructor Documentation

◆ CreateMaterializedViewResponse()

gpudb::CreateMaterializedViewResponse::CreateMaterializedViewResponse ( )
inline

Constructs a CreateMaterializedViewResponse object with default parameters.

Definition at line 421 of file create_materialized_view.h.

Member Data Documentation

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 449 of file create_materialized_view.h.

◆ tableName

std::string gpudb::CreateMaterializedViewResponse::tableName

Value of tableName.

Definition at line 432 of file create_materialized_view.h.

◆ viewId

std::string gpudb::CreateMaterializedViewResponse::viewId

Value of view_id.

Definition at line 437 of file create_materialized_view.h.


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