Function mz_compute_client::as_of_selection::step_back_frontier

source ยท
fn step_back_frontier<T: TimestampManipulation>(
    frontier: &Antichain<T>,
) -> Antichain<T>
Expand description

Step back the given frontier.

This method is saturating: If the frontier contains T::minimum() times, these are kept unchanged.