Function mz_txn_wal::operator::txns_progress_frontiers

source ยท
fn txns_progress_frontiers<K, V, T, D, P, C, G>(
    remap: Stream<G, DataRemapEntry<T>>,
    passthrough: Stream<G, P>,
    name: &str,
    data_id: ShardId,
    until: Antichain<T>,
    unique_id: u64,
) -> (Stream<G, P>, PressOnDropButton)
where K: Debug + Codec, V: Debug + Codec, T: Timestamp + Lattice + TotalOrder + StepForward + Codec64, D: Data + Semigroup + Codec64 + Send + Sync, P: Debug + Data, C: TxnsCodec, G: Scope<Timestamp = T>,