GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::createProjection.
Definition at line 737 of file create_projection.h.
|
inline |
Constructs a CreateProjectionResponse object with default parameters.
Definition at line 743 of file create_projection.h.
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.
std::string gpudb::CreateProjectionResponse::projectionName |
Value of projectionName.
Definition at line 753 of file create_projection.h.