GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters forendpoint /gpudbresponse}. More...
#include <gpudb/protocol/gpudb_wrapper.h>
Public Member Functions | |
RawGpudbResponse () | |
Constructs a RawGpudbResponse object with default parameter values. More... | |
Public Attributes | |
std::string | status |
std::string | message |
std::string | dataType |
std::vector< uint8_t > | data |
std::string | dataStr |
A set of output parameters forendpoint /gpudbresponse}.
The wrapper used by the GPUdb server for all endpoint response.
Definition at line 17 of file gpudb_wrapper.h.
|
inline |
Constructs a RawGpudbResponse object with default parameter values.
Definition at line 23 of file gpudb_wrapper.h.
std::vector<uint8_t> gpudb::RawGpudbResponse::data |
Definition at line 35 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::dataStr |
Definition at line 36 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::dataType |
Definition at line 34 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::message |
Definition at line 33 of file gpudb_wrapper.h.
std::string gpudb::RawGpudbResponse::status |
Definition at line 32 of file gpudb_wrapper.h.