Module differential_dataflow::operators::arrange
[−]
[src]
The arrange operator is used internally by differential to arrange a collection of (key,val)
data by key, and present an Rc
The intent is that multiple users of the same data can share the resources needed to arrange and maintain the data.
Structs
| Arranged |
A collection of |
Traits
| ArrangeByKey |
Arranges something as |
| ArrangeBySelf |
Arranges something as |