NebulaGraph Python Client
release-3.4
|
Public Member Functions | |
def | __init__ (self, list data_sets, decode_type='utf-8') |
def | as_relationships (self) |
Public Member Functions inherited from BaseResult | |
def | __init__ (self, list data_sets, decode_type='utf-8', is_vertex=True) |
def | get_data_set (self) |
def | get_data_set_wrapper (self) |
def | __repr__ (self) |
def | __iter__ (self) |
def | __next__ (self) |
Additional Inherited Members | |
Public Attributes inherited from BaseResult | |
is_vertex | |
Definition at line 34 of file ScanResult.py.
def as_relationships | ( | self | ) |
convert the edges to relationships :return: list<Relationship>
Definition at line 38 of file ScanResult.py.