GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showGraph. More...
#include <gpudb/protocol/show_graph.h>
Public Member Functions | |
ShowGraphRequest () | |
Constructs a ShowGraphRequest object with default parameters. More... | |
ShowGraphRequest (const std::string &graphName_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowGraphRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | graphName |
Name of the graph on which to retrieve information. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showGraph.
Shows information and characteristics of graphs that exist on the graph server.
Definition at line 18 of file show_graph.h.
|
inline |
Constructs a ShowGraphRequest object with default parameters.
Definition at line 23 of file show_graph.h.
|
inline |
Constructs a ShowGraphRequest object with the specified parameters.
[in] | graphName_ | Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned. The default value is ''. |
[in] | options_ | Optional parameters.
|
Definition at line 63 of file show_graph.h.
std::string gpudb::ShowGraphRequest::graphName |
Name of the graph on which to retrieve information.
If left as the default value, information about all graphs is returned. The default value is ''.
Definition at line 74 of file show_graph.h.
std::map<std::string, std::string> gpudb::ShowGraphRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 97 of file show_graph.h.