[][src]Module retriever::types::reduction

Module for an interface to reduce a large number of collected values down to a single value.

Structs

Reduction

Summarize a Storage using a cached multi-layered reduction strategy. Repeated evaluations will only re-compute the parts of the reduction that have changed. If you've used map-reduce in something like CouchDB, this is a lot like that.