ListPredicates returns all predicates in the store.
()
| 463 | |
| 464 | // ListPredicates returns all predicates in the store. |
| 465 | func (a *TemporalFactStoreAdapter) ListPredicates() []ast.PredicateSym { |
| 466 | return a.temporal.ListPredicates() |
| 467 | } |
| 468 | |
| 469 | // EstimateFactCount returns an estimate of the number of facts. |
| 470 | func (a *TemporalFactStoreAdapter) EstimateFactCount() int { |
nothing calls this directly
no test coverage detected