NebulaGraph Python Client
release-3.4
|
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) |
the scan result
Definition at line 51 of file ScanResult.py.
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.
def next | ( | self | ) |
get scan data result :return: VertexResult or EdgeResult
Definition at line 81 of file ScanResult.py.