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

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...
 

Detailed Description

A set of results returned by GPUdb::showDatasource.

Definition at line 112 of file show_datasource.h.

Constructor & Destructor Documentation

◆ ShowDatasourceResponse()

gpudb::ShowDatasourceResponse::ShowDatasourceResponse ( )
inline

Constructs a ShowDatasourceResponse object with default parameters.

Definition at line 117 of file show_datasource.h.

Member Data Documentation

◆ additionalInfo

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.

◆ datasourceNames

std::vector<std::string> gpudb::ShowDatasourceResponse::datasourceNames

The data source names.

Definition at line 128 of file show_datasource.h.

◆ info

std::map<std::string, std::string> gpudb::ShowDatasourceResponse::info

Additional information.

Definition at line 169 of file show_datasource.h.

◆ storageProviderTypes

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.


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