MCPcopy Create free account
hub / github.com/brimdata/super / Vectors

Method Vectors

db/writer.go:267–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267func (w *SortedWriter) Vectors() []ksuid.KSUID {
268 if !w.vectorEnabled {
269 return nil
270 }
271 var ids []ksuid.KSUID
272 for _, o := range w.objects {
273 ids = append(ids, o.ID)
274 }
275 return ids
276}
277
278func (w *SortedWriter) Close() error {
279 if w.writer == nil {

Callers 1

CompactFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected