pub fn begin_query_transaction(
engine: &Arc<MVCCEngine>,
) -> Result<Box<dyn Transaction>>Expand description
Begin the statement-local snapshot used by temporal reads.
pub fn begin_query_transaction(
engine: &Arc<MVCCEngine>,
) -> Result<Box<dyn Transaction>>Begin the statement-local snapshot used by temporal reads.