GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::CreateJobResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/create_job.h>

Public Member Functions

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

Public Attributes

int64_t jobId
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Create a job which will run asynchronously. The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by const.

Definition at line 158 of file create_job.h.

Constructor & Destructor Documentation

gpudb::CreateJobResponse::CreateJobResponse ( )
inline

Constructs a CreateJobResponse object with default parameter values.

Definition at line 164 of file create_job.h.

Member Data Documentation

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

Definition at line 171 of file create_job.h.

int64_t gpudb::CreateJobResponse::jobId

Definition at line 170 of file create_job.h.


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