Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Push
Method
Push
db/api/api.go:231–233 ·
view source on GitHub ↗
(vec vector.Any)
Source
from the content-addressed store, hash-verified
229
}
230
231
func
(b *buffer) Push(vec vector.Any) error {
232
return
sbuf.WriteVec(b, vec)
233
}
234
235
func
(b *buffer) Write(val super.Value) error {
236
var
v any
Callers
nothing calls this directly
Calls
1
WriteVec
Function · 0.92
Tested by
no test coverage detected