Class LazyIterableIterator<T>
java.lang.Object
org.apache.sysds.runtime.instructions.spark.data.LazyIterableIterator<T>
This class is a generic base class for lazy, single pass iterator classes
in order to simplify the implementation of lazy iterators for mapPartitions
use cases. Note [SPARK-3369], which gives the reasons for backwards compatibility
with regard to the iterable API despite Spark's single pass nature.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
LazyIterableIterator
-
-
Method Details