GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Kills a running proc instance.

Definition at line 112 of file kill_proc.h.

Constructor & Destructor Documentation

gpudb::KillProcResponse::KillProcResponse ( )
inline

Constructs a KillProcResponse object with default parameter values.

Definition at line 118 of file kill_proc.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::KillProcResponse::info

Definition at line 125 of file kill_proc.h.

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

Definition at line 124 of file kill_proc.h.


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