MCPcopy Index your code
hub / github.com/google/mangle / SimpleColumnStore

Struct SimpleColumnStore

factstore/simplecolumn.go:82–86  ·  view source on GitHub ↗

SimpleColumnStore is a read-only fact store backed by a simple column file.

Source from the content-addressed store, hash-verified

80
81// SimpleColumnStore is a read-only fact store backed by a simple column file.
82type SimpleColumnStore struct {
83 input func() (io.ReadCloser, error)
84 predicates []ast.PredicateSym
85 predicateFactCount []int
86}
87
88var _ ReadOnlyFactStore = (*SimpleColumnStore)(nil)
89

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected