Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
(w *Writer) Push(vec vector.Any) error {
77
return
sbuf.WriteVec(w, vec)
78
}
79
80
func
(w *Writer) Write(rec super.Value) error {
81
if
w.ctx.Err() != nil {
Callers
nothing calls this directly
Calls
1
WriteVec
Function · 0.92
Tested by
no test coverage detected