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. | |
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. | |
| 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. | |
| 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. | |
| 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. | |
| int32_t | width |
| Width of the image as provided in width. | |
| int32_t | height |
| Height of the image as provided in height. | |
| std::string | bgColor |
| Background color of the image as provided in bgColor. | |
| std::vector< uint8_t > | imageData |
| The generated image data. | |
| std::map< std::string, std::vector< std::string > > | axesInfo |
| Information returned for drawing labels for the axes associated with non-numeric columns. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::visualizeImageChart.
Definition at line 637 of file visualize_image_chart.h.
Constructor & Destructor Documentation
◆ VisualizeImageChartResponse()
| inline |
Constructs a VisualizeImageChartResponse object with default parameters.
Definition at line 643 of file visualize_image_chart.h.
Member Data Documentation
◆ axesInfo
| std::map<std::string, std::vector<std::string> > gpudb::VisualizeImageChartResponse::axesInfo |
Information returned for drawing labels for the axes associated with non-numeric columns.
- visualize_image_chart_sorted_x_values: Sorted non-numeric x column value list for drawing x axis label.
- visualize_image_chart_location_x: X axis label positions of sorted_x_values in pixel coordinates.
- visualize_image_chart_sorted_y_values: Sorted non-numeric y column value list for drawing y axis label.
- visualize_image_chart_location_y: Y axis label positions of sorted_y_values in pixel coordinates.
Definition at line 726 of file visualize_image_chart.h.
◆ bgColor
| std::string gpudb::VisualizeImageChartResponse::bgColor |
Background color of the image as provided in bgColor.
Definition at line 701 of file visualize_image_chart.h.
◆ height
| int32_t gpudb::VisualizeImageChartResponse::height |
Height of the image as provided in height.
Definition at line 695 of file visualize_image_chart.h.
◆ imageData
| std::vector<uint8_t> gpudb::VisualizeImageChartResponse::imageData |
The generated image data.
Definition at line 706 of file visualize_image_chart.h.
◆ info
| std::map<std::string, std::string> gpudb::VisualizeImageChartResponse::info |
Additional information.
Definition at line 731 of file visualize_image_chart.h.
◆ maxX
| 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.
◆ maxY
| 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.
◆ minX
| 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.
◆ minY
| 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.
◆ width
| int32_t gpudb::VisualizeImageChartResponse::width |
Width of the image as provided in width.
Definition at line 689 of file visualize_image_chart.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/visualize_image_chart.h