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

A set of results returned by GPUdb::repartitionGraph. More...

#include <gpudb/protocol/repartition_graph.h>

Public Member Functions

 RepartitionGraphResponse ()
 Constructs a RepartitionGraphResponse object with default parameters. More...
 

Public Attributes

bool result
 Indicates a successful rebalancing on all servers. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::repartitionGraph.

Definition at line 167 of file repartition_graph.h.

Constructor & Destructor Documentation

◆ RepartitionGraphResponse()

gpudb::RepartitionGraphResponse::RepartitionGraphResponse ( )
inline

Constructs a RepartitionGraphResponse object with default parameters.

Definition at line 173 of file repartition_graph.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 187 of file repartition_graph.h.

◆ result

bool gpudb::RepartitionGraphResponse::result

Indicates a successful rebalancing on all servers.

Definition at line 182 of file repartition_graph.h.


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