◆ dropDatasink() [1/4]
| DropDatasinkResponse gpudb::GPUdb::dropDatasink | ( | const DropDatasinkRequest & | request_ | ) | 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.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ dropDatasink() [2/4]
| DropDatasinkResponse & gpudb::GPUdb::dropDatasink | ( | const DropDatasinkRequest & | request_, |
| DropDatasinkResponse & | response_ ) 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.
◆ dropDatasink() [3/4]
| DropDatasinkResponse gpudb::GPUdb::dropDatasink | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | options ) 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.
| [in] | name | Name of the data sink to be dropped. Must be an existing data sink. |
| [in] | options | Optional parameters.
|
◆ dropDatasink() [4/4]
| DropDatasinkResponse & gpudb::GPUdb::dropDatasink | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | options, | ||
| DropDatasinkResponse & | response_ ) 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.
| [in] | name | Name of the data sink to be dropped. Must be an existing data sink. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |