GPUdb C++ API
Version 7.0.19.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 | |
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, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Definition at line 349 of file modify_graph.h.
|
inline |
Constructs a ModifyGraphResponse object with default parameter values.
Definition at line 356 of file modify_graph.h.
std::vector<int64_t> gpudb::ModifyGraphResponse::edgesIds |
Definition at line 366 of file modify_graph.h.
std::map<std::string, std::string> gpudb::ModifyGraphResponse::info |
Definition at line 367 of file modify_graph.h.
int64_t gpudb::ModifyGraphResponse::numEdges |
Definition at line 365 of file modify_graph.h.
int64_t gpudb::ModifyGraphResponse::numNodes |
Definition at line 364 of file modify_graph.h.