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

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

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::createProjection.

Definition at line 737 of file create_projection.h.

Constructor & Destructor Documentation

◆ CreateProjectionResponse()

gpudb::CreateProjectionResponse::CreateProjectionResponse ( )
inline

Constructs a CreateProjectionResponse object with default parameters.

Definition at line 743 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 768 of file create_projection.h.

◆ projectionName

std::string gpudb::CreateProjectionResponse::projectionName

Value of projectionName.

Definition at line 753 of file create_projection.h.


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