Function mz_catalog::durable::persist::antichain_to_timestamp
source ยท pub(crate) fn antichain_to_timestamp(
antichain: Antichain<Timestamp>,
) -> Timestamp
Expand description
Convert an Antichain<Timestamp>
to a Timestamp
.
The correctness of this function relies on Timestamp
being totally ordered and never
finalizing the catalog shard.