Function mz_compute::logging::initialize::try_downcast_timestamp

source ยท
fn try_downcast_timestamp(
    time: &dyn ProgressEventTimestamp,
) -> Option<Timestamp>
Expand description

Extracts a Timestamp from a dyn ProgressEventTimestamp.

For nested timestamps, only extracts the outermost one. The rest of the timestamps are ignored for now.