NebulaGraph CPP Client
release-3.8
|
Public Member Functions | |
ScanEdgeIter (StorageClient *client, storage::cpp2::ScanEdgeRequest *req, bool hasNext=true) | |
bool | hasNext () |
std::pair<::nebula::ErrorCode, DataSet > | next () |
Public Attributes | |
StorageClient * | client_ |
storage::cpp2::ScanEdgeRequest * | req_ |
bool | hasNext_ |
std::string | nextCursor_ |
Definition at line 23 of file ScanEdgeIter.h.