GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::KillProcResponse Struct Reference

A set of output parameters for 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 const.

Kills a running proc instance.

Definition at line 103 of file kill_proc.h.

Constructor & Destructor Documentation

gpudb::KillProcResponse::KillProcResponse ( )
inline

Constructs a KillProcResponse object with default parameter values.

Definition at line 109 of file kill_proc.h.

Member Data Documentation

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: