|
GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::modifyGraph. More...
#include <gpudb/protocol/modify_graph.h>
Public Member Functions | |
| ModifyGraphResponse () | |
| Constructs a ModifyGraphResponse object with default parameters. More... | |
Public Attributes | |
| bool | result |
| Indicates a successful modification on all servers. More... | |
| int64_t | numNodes |
| Total number of nodes in the graph. More... | |
| int64_t | numEdges |
| Total number of edges in the graph. More... | |
| std::vector< int64_t > | edgesIds |
| Edges given as pairs of node indices. More... | |
| std::map< std::string, std::string > | info |
| Additional information. More... | |
A set of results returned by GPUdb::modifyGraph.
Definition at line 686 of file modify_graph.h.
|
inline |
Constructs a ModifyGraphResponse object with default parameters.
Definition at line 691 of file modify_graph.h.
| std::vector<int64_t> gpudb::ModifyGraphResponse::edgesIds |
Edges given as pairs of node indices.
Only populated if export_create_results is set to true.
Definition at line 720 of file modify_graph.h.
| std::map<std::string, std::string> gpudb::ModifyGraphResponse::info |
Additional information.
Definition at line 725 of file modify_graph.h.
| int64_t gpudb::ModifyGraphResponse::numEdges |
Total number of edges in the graph.
Definition at line 713 of file modify_graph.h.
| int64_t gpudb::ModifyGraphResponse::numNodes |
Total number of nodes in the graph.
Definition at line 708 of file modify_graph.h.
| bool gpudb::ModifyGraphResponse::result |
Indicates a successful modification on all servers.
Definition at line 703 of file modify_graph.h.