Module mz_timely_util::order
source · Expand description
Traits and types for partially ordered sets.
Structs§
- A type representing an inclusive interval of type
P
, ordered under the subset relation. - A partially ordered timestamp that is partitioned by an arbitrary number of partitions identified by
P
. The construction allows for efficient representation of frontiers with Antichains. - A helper struct for reverse partial ordering.
Traits§
- A trait defining the minimum and maximum values of a type.
Functions§
- Refine an
Antichain<T>
into aAntichain<Inner>
, using aRefines
implementation (in the case of tuple-style timestamps, this usually means appending a minimum time).