GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::uploadFiles. More...
#include <gpudb/protocol/upload_files.h>
Public Member Functions | |
UploadFilesResponse () | |
Constructs an UploadFilesResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::uploadFiles.
Definition at line 341 of file upload_files.h.
|
inline |
Constructs an UploadFilesResponse object with default parameters.
Definition at line 346 of file upload_files.h.
std::map<std::string, std::string> gpudb::UploadFilesResponse::info |
Additional information.
Definition at line 354 of file upload_files.h.