Module timestamp

Source
Expand description

Various timestamp implementations.

Modules§

altneu
Code by Frank McSherry, customized here. Original source: github.com/frankmcsherry/differential-dataflow/tree/master/dogsdogsdogs
pair
Code by Frank McSherry, customized here. Original source: github.com/TimelyDataflow/differential-dataflow/blob/master/experiments/src/bin/multitemporal.rs

Enums§

Time
Possible timestamp types.

Traits§

Coarsen
Extension trait for timestamp types that can be rounded up to interval bounds, thus coarsening the granularity of timestamps and delaying results.
Rewind
Extension trait for timestamp types that can be safely re-wound to an earlier time. This is required for automatically advancing traces according to their configured slack.