GPUdb C++ API  Version 7.2.2.4
gpudb::VisualizeImageChartResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::visualizeImageChart.

Definition at line 636 of file visualize_image_chart.h.

Constructor & Destructor Documentation

◆ VisualizeImageChartResponse()

gpudb::VisualizeImageChartResponse::VisualizeImageChartResponse ( )
inline

Constructs a VisualizeImageChartResponse object with default parameters.

Definition at line 642 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.

Definition at line 725 of file visualize_image_chart.h.

◆ bgColor

std::string gpudb::VisualizeImageChartResponse::bgColor

Background color of the image as provided in bgColor.

Definition at line 700 of file visualize_image_chart.h.

◆ height

int32_t gpudb::VisualizeImageChartResponse::height

Height of the image as provided in height.

Definition at line 694 of file visualize_image_chart.h.

◆ imageData

std::vector<uint8_t> gpudb::VisualizeImageChartResponse::imageData

The generated image data.

Definition at line 705 of file visualize_image_chart.h.

◆ info

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

Additional information.

Definition at line 730 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 668 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 682 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 661 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 675 of file visualize_image_chart.h.

◆ width

int32_t gpudb::VisualizeImageChartResponse::width

Width of the image as provided in width.

Definition at line 688 of file visualize_image_chart.h.


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