GPUdb C++ API  Version 6.2.0.3
gpudb::KillProcResponse Struct Reference

A set of output parameters for killProc(const KillProcRequest&) const. More...

#include <gpudb/protocol/kill_proc.h>

Public Member Functions

 KillProcResponse ()
 Constructs a KillProcResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > runIds
 

Detailed Description

A set of output parameters for killProc(const KillProcRequest&) const.

Kills a running proc instance.

Definition at line 103 of file kill_proc.h.

Constructor & Destructor Documentation

◆ KillProcResponse()

gpudb::KillProcResponse::KillProcResponse ( )
inline

Constructs a KillProcResponse object with default parameter values.

Definition at line 109 of file kill_proc.h.

Member Data Documentation

◆ runIds

std::vector<std::string> gpudb::KillProcResponse::runIds

Definition at line 114 of file kill_proc.h.


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