Description

: a simplistic version of the popular Map-Reduce algorithm. Acts like an iterator for the original passed data after each result has been processed, thus offering a transparent wrapper for results coming from any source. @template-implements \IteratorAggregate

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
autoauto getIterator()
voidvoid emit(Json val, string valueKey = null)
voidvoid emitIntermediate(Json storeData, string bucketName)
this(Json[string]this(Json[string] dataToProcess, callable mapper, callable reducer = null)
voidvoid _execute()