EstimateFactCount returns the number of facts.
()
| 925 | |
| 926 | // EstimateFactCount returns the number of facts. |
| 927 | func (s *MultiIndexedArrayInMemoryStore) EstimateFactCount() int { |
| 928 | return s.count |
| 929 | } |
| 930 | |
| 931 | // Merge adds all facts from other to this fact store. |
| 932 | func (s *MultiIndexedArrayInMemoryStore) Merge(other ReadOnlyFactStore) { |