Module in_memory_oracle

Source
Expand description

A timestamp oracle that relies on the crate::catalog::Catalog for persistence/durability and reserves ranges of timestamps.

Structsยง

InMemoryTimestampOracle
A type that provides write and read timestamps, reads observe exactly their preceding writes.