| 51 | /// Error shape — surfaced as `SqlError::Parse` by the caller. |
| 52 | #[derive(Debug)] |
| 53 | pub struct TemporalParseError(pub String); |
| 54 | |
| 55 | /// Strip temporal clauses from `sql` and return the rewritten text plus the |
| 56 | /// extracted `TemporalScope`. Returns `Ok(None)` when no temporal clause is |
no outgoing calls
no test coverage detected