GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createGraph. More...
#include <gpudb/protocol/create_graph.h>
Public Member Functions | |
CreateGraphResponse () | |
Constructs a CreateGraphResponse object with default parameters. More... | |
Public Attributes | |
bool | result |
Indicates a successful creation on all servers. More... | |
int64_t | numNodes |
Total number of nodes created. More... | |
int64_t | numEdges |
Total number of edges created. More... | |
std::vector< int64_t > | edgesIds |
[Deprecated] 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::createGraph.
Definition at line 610 of file create_graph.h.
|
inline |
Constructs a CreateGraphResponse object with default parameters.
Definition at line 615 of file create_graph.h.
std::vector<int64_t> gpudb::CreateGraphResponse::edgesIds |
[Deprecated] Edges given as pairs of node indices.
Only populated if export_create_results internal option is set to true.
Definition at line 643 of file create_graph.h.
std::map<std::string, std::string> gpudb::CreateGraphResponse::info |
Additional information.
Definition at line 648 of file create_graph.h.
int64_t gpudb::CreateGraphResponse::numEdges |
Total number of edges created.
Definition at line 637 of file create_graph.h.
int64_t gpudb::CreateGraphResponse::numNodes |
Total number of nodes created.
Definition at line 632 of file create_graph.h.
bool gpudb::CreateGraphResponse::result |
Indicates a successful creation on all servers.
Definition at line 627 of file create_graph.h.