GPUdb C++ API  Version 7.0.19.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

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

Constructor & Destructor Documentation

gpudb::CreateGraphResponse::CreateGraphResponse ( )
inline

Constructs a CreateGraphResponse object with default parameter values.

Definition at line 425 of file create_graph.h.

Member Data Documentation

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

Definition at line 435 of file create_graph.h.

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

Definition at line 436 of file create_graph.h.

int64_t gpudb::CreateGraphResponse::numEdges

Definition at line 434 of file create_graph.h.

int64_t gpudb::CreateGraphResponse::numNodes

Definition at line 433 of file create_graph.h.


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