Function mz_catalog::durable::persist::as_of
source ยท fn as_of(
read_handle: &ReadHandle<SourceData, (), Timestamp, Diff>,
upper: Timestamp,
) -> Timestamp
Expand description
Generates a timestamp for reading from read_handle
that is as fresh as possible, given
upper
.