|
GPUdb C++ API
Version 7.2.3.0
|
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 637 of file visualize_image_chart.h.
|
inline |
Constructs a VisualizeImageChartResponse object with default parameters.
Definition at line 643 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 726 of file visualize_image_chart.h.
| std::string gpudb::VisualizeImageChartResponse::bgColor |
Background color of the image as provided in bgColor.
Definition at line 701 of file visualize_image_chart.h.
| int32_t gpudb::VisualizeImageChartResponse::height |
Height of the image as provided in height.
Definition at line 695 of file visualize_image_chart.h.
| std::vector<uint8_t> gpudb::VisualizeImageChartResponse::imageData |
The generated image data.
Definition at line 706 of file visualize_image_chart.h.
| std::map<std::string, std::string> gpudb::VisualizeImageChartResponse::info |
Additional information.
Definition at line 731 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 669 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 683 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 662 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 676 of file visualize_image_chart.h.
| int32_t gpudb::VisualizeImageChartResponse::width |
Width of the image as provided in width.
Definition at line 689 of file visualize_image_chart.h.