NebulaGraph CPP Client  release-3.4
ExecutionResponse Struct Reference

Public Member Functions

void __clear ()
 
void clear ()
 
bool operator== (const ExecutionResponse &rhs) const
 

Public Attributes

ErrorCode errorCode {ErrorCode::SUCCEEDED}
 
int64_t latencyInUs {0}
 
std::unique_ptr< nebula::DataSetdata {nullptr}
 
std::unique_ptr< std::string > spaceName {nullptr}
 
std::unique_ptr< std::string > errorMsg {nullptr}
 
std::unique_ptr< PlanDescriptionplanDesc {nullptr}
 
std::unique_ptr< std::string > comment {nullptr}
 

Detailed Description

Definition at line 462 of file Response.h.


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