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:
ReaderIterator
is requested to hasNext
Implementations¶
handleEndOfDataSection¶
handleEndOfDataSection(): Unit
handleEndOfDataSection
...FIXME
handleEndOfDataSection
is used when:
PythonRunner
is requested to newReaderIteratorPythonArrowOutput
is requested to newReaderIteratorPythonUDFRunner
is requested to newReaderIterator