SparkseePython
6.0.2
|
Values iterator class. More...
Public Member Functions | |
def | next (self) |
Gets the next element to traverse. More... | |
def | has_next (self) |
Gets if there are more elements to traverse. More... | |
def | close (self) |
Closes the ValuesIterator instance. More... | |
def | __next__ (self) |
Used in next() More... | |
def | is_closed (self) |
Gets if ValuesIterator instance has been closed or not. More... | |
def sparksee.ValuesIterator.__next__ | ( | self | ) |
Used in next()
def sparksee.ValuesIterator.close | ( | self | ) |
Closes the ValuesIterator instance.
It must be called to ensure the integrity of all data.
def sparksee.ValuesIterator.has_next | ( | self | ) |
Gets if there are more elements to traverse.
def sparksee.ValuesIterator.is_closed | ( | self | ) |
Gets if ValuesIterator instance has been closed or not.
def sparksee.ValuesIterator.next | ( | self | ) |
Gets the next element to traverse.