GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/modify_graph.h>
Public Member Functions | |
ModifyGraphResponse () | |
Constructs a ModifyGraphResponse object with default parameter values. More... | |
Public Attributes | |
bool | result |
int64_t | numNodes |
int64_t | numEdges |
std::vector< int64_t > | edgesIds |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
IMPORTANT: It's highly recommended that you review the Network Graphs & Solvers concepts documentation, and Graph REST Tutorial before using this endpoint.
Definition at line 382 of file modify_graph.h.
|
inline |
Constructs a ModifyGraphResponse object with default parameter values.
Definition at line 389 of file modify_graph.h.
std::vector<int64_t> gpudb::ModifyGraphResponse::edgesIds |
Definition at line 401 of file modify_graph.h.
std::map<std::string, std::string> gpudb::ModifyGraphResponse::info |
Definition at line 402 of file modify_graph.h.
int64_t gpudb::ModifyGraphResponse::numEdges |
Definition at line 400 of file modify_graph.h.
int64_t gpudb::ModifyGraphResponse::numNodes |
Definition at line 399 of file modify_graph.h.
bool gpudb::ModifyGraphResponse::result |
Definition at line 398 of file modify_graph.h.