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

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

Detailed Description

A set of results returned by GPUdb::showDatasink.

Definition at line 111 of file show_datasink.h.

Constructor & Destructor Documentation

◆ ShowDatasinkResponse()

gpudb::ShowDatasinkResponse::ShowDatasinkResponse ( )
inline

Constructs a ShowDatasinkResponse object with default parameters.

Definition at line 116 of file show_datasink.h.

Member Data Documentation

◆ additionalInfo

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.

◆ datasinkNames

std::vector<std::string> gpudb::ShowDatasinkResponse::datasinkNames

The data sink names.

Definition at line 127 of file show_datasink.h.

◆ destinationTypes

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.

◆ info

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

Additional information.

Definition at line 153 of file show_datasink.h.


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