Function sql_outcome_floor_ms
pub fn sql_outcome_floor_ms(
conn: &Connection,
namespace: SqlOutcomeNamespace,
now_ms: i64,
) -> Result<i64, BookkeepingError>Expand description
The retention floor for namespace: the durable ratcheted floor, never below the TTL
horizon derived from the caller’s now_ms.