GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_video.h>
Public Member Functions | |
CreateVideoResponse () | |
Constructs a CreateVideoResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | jobId |
std::string | path |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates a job to generate a sequence of raster images that visualize data over a specified time.
Definition at line 233 of file create_video.h.
|
inline |
Constructs a CreateVideoResponse object with default parameter values.
Definition at line 240 of file create_video.h.
std::map<std::string, std::string> gpudb::CreateVideoResponse::info |
Definition at line 249 of file create_video.h.
int64_t gpudb::CreateVideoResponse::jobId |
Definition at line 247 of file create_video.h.
std::string gpudb::CreateVideoResponse::path |
Definition at line 248 of file create_video.h.