GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/drop_datasink.h>
Public Member Functions | |
DropDatasinkResponse () | |
Constructs a DropDatasinkResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.
Definition at line 130 of file drop_datasink.h.
|
inline |
Constructs a DropDatasinkResponse object with default parameter values.
Definition at line 137 of file drop_datasink.h.
std::map<std::string, std::string> gpudb::DropDatasinkResponse::info |
Definition at line 144 of file drop_datasink.h.
std::string gpudb::DropDatasinkResponse::name |
Definition at line 143 of file drop_datasink.h.