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

Method Push

db/writer.go:76–78  ·  view source on GitHub ↗
(vec vector.Any)

Source from the content-addressed store, hash-verified

74}
75
76func (w *Writer) Push(vec vector.Any) error {
77 return sbuf.WriteVec(w, vec)
78}
79
80func (w *Writer) Write(rec super.Value) error {
81 if w.ctx.Err() != nil {

Callers

nothing calls this directly

Calls 1

WriteVecFunction · 0.92

Tested by

no test coverage detected