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

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

Detailed Description

A set of results returned by GPUdb::modifyGraph.

Definition at line 686 of file modify_graph.h.

Constructor & Destructor Documentation

◆ ModifyGraphResponse()

gpudb::ModifyGraphResponse::ModifyGraphResponse ( )
inline

Constructs a ModifyGraphResponse object with default parameters.

Definition at line 691 of file modify_graph.h.

Member Data Documentation

◆ edgesIds

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.

◆ info

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

Additional information.

Definition at line 725 of file modify_graph.h.

◆ numEdges

int64_t gpudb::ModifyGraphResponse::numEdges

Total number of edges in the graph.

Definition at line 713 of file modify_graph.h.

◆ numNodes

int64_t gpudb::ModifyGraphResponse::numNodes

Total number of nodes in the graph.

Definition at line 708 of file modify_graph.h.

◆ result

bool gpudb::ModifyGraphResponse::result

Indicates a successful modification on all servers.

Definition at line 703 of file modify_graph.h.


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