Intermediate value iterator, specified as a ValueIterator
object.
The mapreduce
function automatically creates
this object during execution. The second input to the reduce function
specifies the variable name for the ValueIterator
object,
which is the variable name to use with the hasnext
and getnext
functions.
For more information, see ValueIterator
.