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

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ ShowGraphRequest() [1/2]

gpudb::ShowGraphRequest::ShowGraphRequest ( )
inline

Constructs a ShowGraphRequest object with default parameters.

Definition at line 23 of file show_graph.h.

◆ ShowGraphRequest() [2/2]

gpudb::ShowGraphRequest::ShowGraphRequest ( const std::string &  graphName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowGraphRequest object with the specified parameters.

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. The default value is an empty map.

Definition at line 63 of file show_graph.h.

Member Data Documentation

◆ graphName

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.

◆ options

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.


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