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()
| 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.
- create_projection_count: Number of records in the final table.
- create_projection_qualified_projection_name: The fully qualified name of the projection (i.e. including the schema).
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:
- gpudb/protocol/create_projection.h