GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showDatasink. More...
#include <gpudb/protocol/show_datasink.h>
Public Member Functions | |
ShowDatasinkResponse () | |
Constructs a ShowDatasinkResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | datasinkNames |
The data sink names. More... | |
std::vector< std::string > | destinationTypes |
The destination type of the data sinks named in datasinkNames. More... | |
std::vector< std::map< std::string, std::string > > | additionalInfo |
Additional information about the respective data sinks in datasinkNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showDatasink.
Definition at line 111 of file show_datasink.h.
|
inline |
Constructs a ShowDatasinkResponse object with default parameters.
Definition at line 116 of file show_datasink.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowDatasinkResponse::additionalInfo |
Additional information about the respective data sinks in datasinkNames.
Definition at line 148 of file show_datasink.h.
std::vector<std::string> gpudb::ShowDatasinkResponse::datasinkNames |
The data sink names.
Definition at line 127 of file show_datasink.h.
std::vector<std::string> gpudb::ShowDatasinkResponse::destinationTypes |
The destination type of the data sinks named in datasinkNames.
Definition at line 132 of file show_datasink.h.
std::map<std::string, std::string> gpudb::ShowDatasinkResponse::info |
Additional information.
Definition at line 153 of file show_datasink.h.