NebulaGraph CPP Client
release-3.8
|
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::DataSet > | data {nullptr} |
std::unique_ptr< std::string > | spaceName {nullptr} |
std::unique_ptr< std::string > | errorMsg {nullptr} |
std::unique_ptr< PlanDescription > | planDesc {nullptr} |
std::unique_ptr< std::string > | comment {nullptr} |
Definition at line 488 of file Response.h.