Function as_of

Source
fn as_of(
    read_handle: &ReadHandle<SourceData, (), Timestamp, StorageDiff>,
    upper: Timestamp,
) -> Timestamp
Expand description

Generates a timestamp for reading from read_handle that is as fresh as possible, given upper.