mz_catalog::durable::persist

Function 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.