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

The wrapper used by the GPUdb server for all endpoint responses. More...

#include <gpudb/protocol/gpudb_wrapper.h>

Public Member Functions

 RawGpudbResponse ()
 Constructs a RawGpudbResponse object with default parameters. More...
 

Public Attributes

std::string status
 
std::string message
 
std::string dataType
 
std::vector< uint8_t > data
 
std::string dataStr
 

Detailed Description

The wrapper used by the GPUdb server for all endpoint responses.

Definition at line 14 of file gpudb_wrapper.h.

Constructor & Destructor Documentation

◆ RawGpudbResponse()

gpudb::RawGpudbResponse::RawGpudbResponse ( )
inline

Constructs a RawGpudbResponse object with default parameters.

Definition at line 19 of file gpudb_wrapper.h.

Member Data Documentation

◆ data

std::vector<uint8_t> gpudb::RawGpudbResponse::data

Definition at line 31 of file gpudb_wrapper.h.

◆ dataStr

std::string gpudb::RawGpudbResponse::dataStr

Definition at line 32 of file gpudb_wrapper.h.

◆ dataType

std::string gpudb::RawGpudbResponse::dataType

Definition at line 30 of file gpudb_wrapper.h.

◆ message

std::string gpudb::RawGpudbResponse::message

Definition at line 29 of file gpudb_wrapper.h.

◆ status

std::string gpudb::RawGpudbResponse::status

Definition at line 28 of file gpudb_wrapper.h.


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