NebulaGraph Python Client  release-3.4
ScanResult Class Reference
+ Inheritance diagram for ScanResult:
+ Collaboration diagram for ScanResult:

Public Member Functions

def __init__ (self, graph_storage_client, req, part_addrs, partial_success=False, is_vertex=True, decode_type='utf-8')
 
def has_next (self)
 
def next (self)
 

Detailed Description

the scan result

Definition at line 51 of file ScanResult.py.

Member Function Documentation

◆ has_next()

def has_next (   self)
whether if has data, the first call is always return True

:return: True of False

Definition at line 74 of file ScanResult.py.

◆ next()

def next (   self)
get scan data result

:return: VertexResult or EdgeResult

Definition at line 81 of file ScanResult.py.


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