Skip to main content

A set of results returned by GPUdb::createProjection. More…

#include <gpudb/protocol/create_projection.h>

Public Member Functions

 CreateProjectionResponse ()
 Constructs a CreateProjectionResponse object with default parameters.
 

Public Attributes

std::string projectionName
 Value of projectionName.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::createProjection.

Definition at line 772 of file create_projection.h.

Constructor & Destructor Documentation

◆ CreateProjectionResponse()

gpudb::CreateProjectionResponse::CreateProjectionResponse ()
inline

Constructs a CreateProjectionResponse object with default parameters.

Definition at line 778 of file create_projection.h.

Member Data Documentation

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 803 of file create_projection.h.

◆ projectionName

std::string gpudb::CreateProjectionResponse::projectionName

Value of projectionName.

Definition at line 788 of file create_projection.h.


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