MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / TemporalParseError

Class TemporalParseError

nodedb-sql/src/parser/preprocess/temporal.rs:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51/// Error shape — surfaced as `SqlError::Parse` by the caller.
52#[derive(Debug)]
53pub 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

Callers 7

extractFunction · 0.85
strip_system_time_as_ofFunction · 0.85
strip_valid_timeFunction · 0.85
parse_temporal_exprFunction · 0.85
parse_as_of_exprFunction · 0.85
parse_trailing_i64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected