NebulaGraph CPP Client
release-3.8
|
Public Member Functions | |
void | __clear () |
void | clear () |
bool | operator== (const PlanNodeDescription &rhs) const |
Public Attributes | |
std::string | name |
int64_t | id {-1} |
std::string | outputVar |
std::unique_ptr< std::vector< Pair > > | description {nullptr} |
std::unique_ptr< std::vector< ProfilingStats > > | profiles {nullptr} |
std::unique_ptr< PlanNodeBranchInfo > | branchInfo {nullptr} |
std::unique_ptr< std::vector< int64_t > > | dependencies {nullptr} |
Definition at line 416 of file Response.h.