: 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
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
auto | auto getIterator() | ||||
void | void emit(Json val, string valueKey = null) | ||||
void | void emitIntermediate(Json storeData, string bucketName) | ||||
this(Json[string] | this(Json[string] dataToProcess, callable mapper, callable reducer = null) | ||||
void | void _execute() |