GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showDatasource. More...
#include <gpudb/protocol/show_datasource.h>
Public Member Functions | |
ShowDatasourceResponse () | |
Constructs a ShowDatasourceResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | datasourceNames |
The data source names. More... | |
std::vector< std::string > | storageProviderTypes |
The storage provider type of the data sources named in datasourceNames. More... | |
std::vector< std::map< std::string, std::string > > | additionalInfo |
Additional information about the respective data sources in datasourceNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showDatasource.
Definition at line 112 of file show_datasource.h.
|
inline |
Constructs a ShowDatasourceResponse object with default parameters.
Definition at line 117 of file show_datasource.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowDatasourceResponse::additionalInfo |
Additional information about the respective data sources in datasourceNames.
Definition at line 164 of file show_datasource.h.
std::vector<std::string> gpudb::ShowDatasourceResponse::datasourceNames |
The data source names.
Definition at line 128 of file show_datasource.h.
std::map<std::string, std::string> gpudb::ShowDatasourceResponse::info |
Additional information.
Definition at line 169 of file show_datasource.h.
std::vector<std::string> gpudb::ShowDatasourceResponse::storageProviderTypes |
The storage provider type of the data sources named in datasourceNames.
Supported values:
Definition at line 141 of file show_datasource.h.