GetFactsDuring returns facts that overlap with the given interval.
(query ast.Atom, interval ast.Interval, fn func(TemporalFact) error)
| 45 | |
| 46 | // GetFactsDuring returns facts that overlap with the given interval. |
| 47 | GetFactsDuring(query ast.Atom, interval ast.Interval, fn func(TemporalFact) error) error |
| 48 | |
| 49 | // GetAllFacts returns all facts (with their intervals) matching the query. |
| 50 | GetAllFacts(query ast.Atom, fn func(TemporalFact) error) error |
no outgoing calls
no test coverage detected