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. | |
Public Attributes | |
| std::vector< std::string > | datasourceNames |
| The data source names. | |
| std::vector< std::string > | storageProviderTypes |
| The storage provider type of the data sources named in datasourceNames. | |
| std::vector< std::map< std::string, std::string > > | additionalInfo |
| Additional information about the respective data sources in datasourceNames. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showDatasource.
Definition at line 112 of file show_datasource.h.
Constructor & Destructor Documentation
◆ 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.
- show_datasource_location: Location of the remote storage in ‘storage_provider_type://[storage_path[:storage_port]]’ format.
- show_datasource_s3_bucket_name: Name of the Amazon S3 bucket used as the data source.
- show_datasource_s3_region: Name of the Amazon S3 region where the bucket is located.
- show_datasource_hdfs_kerberos_keytab: Kerberos key for the given HDFS user.
- show_datasource_user_name: Name of the remote system user.
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:
- show_datasource_hdfs: Apache Hadoop Distributed File System.
- show_datasource_s3: Amazon S3 bucket.
Definition at line 141 of file show_datasource.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_datasource.h