Module pair

Source
Expand description

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

This module contains a definition of a new timestamp time, a “pair” or product.

This is a minimal self-contained implementation, in that it doesn’t borrow anything from the rest of the library other than the traits it needs to implement. With this type and its implementations, you can use it as a timestamp type.

Structs§

Pair
A pair of timestamps, partially ordered by the product order.