GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::CreateGraphResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/create_graph.h>

Public Member Functions

 CreateGraphResponse ()
 Constructs a CreateGraphResponse 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
 

Detailed Description

A set of output parameters for const.

Creates a new graph network using given nodes, edges, weights, and restrictions.

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 375 of file create_graph.h.

Constructor & Destructor Documentation

gpudb::CreateGraphResponse::CreateGraphResponse ( )
inline

Constructs a CreateGraphResponse object with default parameter values.

Definition at line 382 of file create_graph.h.

Member Data Documentation

std::vector<int64_t> gpudb::CreateGraphResponse::edgesIds

Definition at line 394 of file create_graph.h.

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

Definition at line 395 of file create_graph.h.

int64_t gpudb::CreateGraphResponse::numEdges

Definition at line 393 of file create_graph.h.

int64_t gpudb::CreateGraphResponse::numNodes

Definition at line 392 of file create_graph.h.

bool gpudb::CreateGraphResponse::result

Definition at line 391 of file create_graph.h.


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