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

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

Detailed Description

A set of results returned by GPUdb::createGraph.

Definition at line 610 of file create_graph.h.

Constructor & Destructor Documentation

◆ CreateGraphResponse()

gpudb::CreateGraphResponse::CreateGraphResponse ( )
inline

Constructs a CreateGraphResponse object with default parameters.

Definition at line 615 of file create_graph.h.

Member Data Documentation

◆ edgesIds

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.

◆ info

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

Additional information.

Definition at line 648 of file create_graph.h.

◆ numEdges

int64_t gpudb::CreateGraphResponse::numEdges

Total number of edges created.

Definition at line 637 of file create_graph.h.

◆ numNodes

int64_t gpudb::CreateGraphResponse::numNodes

Total number of nodes created.

Definition at line 632 of file create_graph.h.

◆ result

bool gpudb::CreateGraphResponse::result

Indicates a successful creation on all servers.

Definition at line 627 of file create_graph.h.


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