Expand description
Types for defining map/reduce-powered Views.
Modules
- Types for defining a
Mapwithin aView.
Enums
- Errors that arise when interacting with views.
- The policy under which a
Viewis updated when documents are saved.
Traits
- A
MapReduceimplementation that automatically serializes/deserializes usingCollectionDocumentandSerializedCollection. - A default serialization strategy for views. Uses equivalent settings as
DefaultSerialization. - The Map/Reduce functionality for a
ViewSchema. - Wraps a
Viewwith serialization to erase the associated types - A
Viewwith additional tyes and logic to handle serializing view values. - An lazy index of mapped and/or reduced data from a
Collection. - Schema information for a
View.
Type Definitions
- A type alias for the result of
ViewSchema::reduce(). - A type alias for the result of
ViewSchema::map().