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

Public Member Functions

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)
 

Public Attributes

 is_vertex
 

Detailed Description

Definition at line 218 of file BaseResult.py.

Member Function Documentation

◆ __next__()

def __next__ (   self)
The VertexData or EdgeData iterator

:return: VertexData or EdgeData Iterator

Definition at line 272 of file BaseResult.py.

◆ get_data_set()

def get_data_set (   self)
get DataSet, it's the origin values, the string type is binary

:return: DataSet

Definition at line 231 of file BaseResult.py.

◆ get_data_set_wrapper()

def get_data_set_wrapper (   self)
get DataSetWrapper, it's the wrapper for DataSet value, the string type is str

:return: DataSetWrapper

Definition at line 247 of file BaseResult.py.


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