risingwave_frontend::handler::drop_sink

Function handle_drop_sink

source
pub async fn handle_drop_sink(
    handler_args: HandlerArgs,
    sink_name: ObjectName,
    if_exists: bool,
    cascade: bool,
) -> Result<RwPgResponse, RwError>