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
.
fn as_of(
read_handle: &ReadHandle<SourceData, (), Timestamp, Diff>,
upper: Timestamp,
) -> Timestamp
Generates a timestamp for reading from read_handle
that is as fresh as possible, given
upper
.