ReaderIterator¶
ReaderIterator is an extension of the Iterator (Scala) abstraction for iterators to read OUT values.
abstract class ReaderIterator(...)
extends Iterator[OUT]
Contract¶
Reading Value¶
read(): OUT
See:
Used when:
ReaderIteratoris requested to hasNext
Implementations¶
handleEndOfDataSection¶
handleEndOfDataSection(): Unit
handleEndOfDataSection...FIXME
handleEndOfDataSection is used when:
PythonRunneris requested to newReaderIteratorPythonArrowOutputis requested to newReaderIteratorPythonUDFRunneris requested to newReaderIterator