GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::visualizeImageChart. More...
#include <gpudb/protocol/visualize_image_chart.h>
Public Member Functions | |
VisualizeImageChartResponse () | |
Constructs a VisualizeImageChartResponse object with default parameters. More... | |
Public Attributes | |
double | minX |
Lower bound for the x column values as provided in minX or calculated for non-numeric columns when plot_all option is used. More... | |
double | maxX |
Upper bound for the x column values as provided in maxX or calculated for non-numeric columns when plot_all option is used. More... | |
double | minY |
Lower bound for the y column values as provided in minY or calculated for non-numeric columns when plot_all option is used. More... | |
double | maxY |
Upper bound for the y column values as provided in maxY or calculated for non-numeric columns when plot_all option is used. More... | |
int32_t | width |
Width of the image as provided in width. More... | |
int32_t | height |
Height of the image as provided in height. More... | |
std::string | bgColor |
Background color of the image as provided in bgColor. More... | |
std::vector< uint8_t > | imageData |
The generated image data. More... | |
std::map< std::string, std::vector< std::string > > | axesInfo |
Information returned for drawing labels for the axes associated with non-numeric columns. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::visualizeImageChart.
Definition at line 636 of file visualize_image_chart.h.
|
inline |
Constructs a VisualizeImageChartResponse object with default parameters.
Definition at line 642 of file visualize_image_chart.h.
std::map<std::string, std::vector<std::string> > gpudb::VisualizeImageChartResponse::axesInfo |
Information returned for drawing labels for the axes associated with non-numeric columns.
Definition at line 725 of file visualize_image_chart.h.
std::string gpudb::VisualizeImageChartResponse::bgColor |
Background color of the image as provided in bgColor.
Definition at line 700 of file visualize_image_chart.h.
int32_t gpudb::VisualizeImageChartResponse::height |
Height of the image as provided in height.
Definition at line 694 of file visualize_image_chart.h.
std::vector<uint8_t> gpudb::VisualizeImageChartResponse::imageData |
The generated image data.
Definition at line 705 of file visualize_image_chart.h.
std::map<std::string, std::string> gpudb::VisualizeImageChartResponse::info |
Additional information.
Definition at line 730 of file visualize_image_chart.h.
double gpudb::VisualizeImageChartResponse::maxX |
Upper bound for the x column values as provided in maxX or calculated for non-numeric columns when plot_all option is used.
Definition at line 668 of file visualize_image_chart.h.
double gpudb::VisualizeImageChartResponse::maxY |
Upper bound for the y column values as provided in maxY or calculated for non-numeric columns when plot_all option is used.
Definition at line 682 of file visualize_image_chart.h.
double gpudb::VisualizeImageChartResponse::minX |
Lower bound for the x column values as provided in minX or calculated for non-numeric columns when plot_all option is used.
Definition at line 661 of file visualize_image_chart.h.
double gpudb::VisualizeImageChartResponse::minY |
Lower bound for the y column values as provided in minY or calculated for non-numeric columns when plot_all option is used.
Definition at line 675 of file visualize_image_chart.h.
int32_t gpudb::VisualizeImageChartResponse::width |
Width of the image as provided in width.
Definition at line 688 of file visualize_image_chart.h.