Module differential_dataflow::trace::implementations::spine
[−]
[src]
An append-only collection of update batches.
The Spine
is a general-purpose trace implementation based on collection and merging
immutable batches of updates. It is generic with respect to the batch type, and can be
instantiated for any implementor of trace::Batch
.
Structs
Spine |
An append-only collection of update tuples. |