Function mz_storage::source::source_reader_pipeline::reclock_committed_upper
source · fn reclock_committed_upper<G, FromTime>(
bindings: &Collection<G, FromTime, Diff>,
as_of: Antichain<G::Timestamp>,
committed_upper: &Stream<G, ()>,
id: GlobalId,
metrics: Arc<SourceMetrics>,
) -> impl Stream<Item = Antichain<FromTime>> + 'static
Expand description
Reclocks an IntoTime
frontier stream into a FromTime
frontier stream. This is used for the
virtual (through persist) feedback edge so that we convert the IntoTime
resumption frontier
into the FromTime
frontier that is used with the source’s OffsetCommiter
.