GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_datasink.h>
Public Member Functions | |
ShowDatasinkRequest () | |
Constructs a ShowDatasinkRequest object with default parameter values. More... | |
ShowDatasinkRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowDatasinkRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Shows information about a specified data sink or all data sinks.
Definition at line 20 of file show_datasink.h.
|
inline |
Constructs a ShowDatasinkRequest object with default parameter values.
Definition at line 27 of file show_datasink.h.
|
inline |
Constructs a ShowDatasinkRequest object with the specified parameters.
[in] | name_ | Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned. |
[in] | options_ | Optional parameters. |
Definition at line 44 of file show_datasink.h.
std::string gpudb::ShowDatasinkRequest::name |
Definition at line 50 of file show_datasink.h.
std::map<std::string, std::string> gpudb::ShowDatasinkRequest::options |
Definition at line 51 of file show_datasink.h.