MCPcopy
hub / github.com/google/mangle / Coalesce

Method Coalesce

factstore/temporal.go:577–581  ·  view source on GitHub ↗

Coalesce performs interval coalescing on the output store only.

(predicate ast.PredicateSym)

Source from the content-addressed store, hash-verified

575
576// Coalesce performs interval coalescing on the output store only.
577func (s *TeeingTemporalStore) Coalesce(predicate ast.PredicateSym) error {
578 // Coalesce only output store?
579 // Base store is considered read-only/frozen.
580 return s.Out.Coalesce(predicate)
581}
582
583// Merge merges facts into the output store.
584func (s *TeeingTemporalStore) Merge(other ReadOnlyTemporalFactStore) error {

Callers

nothing calls this directly

Calls 1

CoalesceMethod · 0.65

Tested by

no test coverage detected