| GPUdb C++ API
    Version 7.0.19.0
    | 
A set of input parameters for const. More...
#include <gpudb/protocol/show_graph.h>
| Public Member Functions | |
| ShowGraphRequest () | |
| Constructs a ShowGraphRequest object with default parameter values.  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 | 
| std::map< std::string, std::string > | options | 
A set of input parameters for const.
Shows information and characteristics of graphs that exist on the graph server.
Definition at line 19 of file show_graph.h.
| 
 | inline | 
Constructs a ShowGraphRequest object with default parameter values.
Definition at line 25 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. | 
| [in] | options_ | Optional parameters. 
 | 
Definition at line 52 of file show_graph.h.
| std::string gpudb::ShowGraphRequest::graphName | 
Definition at line 58 of file show_graph.h.
| std::map<std::string, std::string> gpudb::ShowGraphRequest::options | 
Definition at line 59 of file show_graph.h.