GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowGraphResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/show_graph.h>

Public Member Functions

 ShowGraphResponse ()
 Constructs a ShowGraphResponse object with default parameter values. More...
 

Public Attributes

bool result
 
std::vector< std::string > graphNames
 
std::vector< bool > directed
 
std::vector< int64_t > numNodes
 
std::vector< int64_t > numEdges
 
std::vector< bool > isPersisted
 
std::vector< bool > isSyncDb
 
std::vector< bool > hasInsertTableMonitor
 
std::vector< std::string > originalRequest
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Shows information and characteristics of graphs that exist on the graph server.

Definition at line 115 of file show_graph.h.

Constructor & Destructor Documentation

gpudb::ShowGraphResponse::ShowGraphResponse ( )
inline

Constructs a ShowGraphResponse object with default parameter values.

Definition at line 121 of file show_graph.h.

Member Data Documentation

std::vector<bool> gpudb::ShowGraphResponse::directed

Definition at line 137 of file show_graph.h.

std::vector<std::string> gpudb::ShowGraphResponse::graphNames

Definition at line 136 of file show_graph.h.

std::vector<bool> gpudb::ShowGraphResponse::hasInsertTableMonitor

Definition at line 142 of file show_graph.h.

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

Definition at line 144 of file show_graph.h.

std::vector<bool> gpudb::ShowGraphResponse::isPersisted

Definition at line 140 of file show_graph.h.

std::vector<bool> gpudb::ShowGraphResponse::isSyncDb

Definition at line 141 of file show_graph.h.

std::vector<int64_t> gpudb::ShowGraphResponse::numEdges

Definition at line 139 of file show_graph.h.

std::vector<int64_t> gpudb::ShowGraphResponse::numNodes

Definition at line 138 of file show_graph.h.

std::vector<std::string> gpudb::ShowGraphResponse::originalRequest

Definition at line 143 of file show_graph.h.

bool gpudb::ShowGraphResponse::result

Definition at line 135 of file show_graph.h.


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