Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Push
Method
Push
sio/jsonio/arraywriter.go:40–42 ·
view source on GitHub ↗
(vec vector.Any)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(a *ArrayWriter) Push(vec vector.Any) error {
41
return
sbuf.WriteVec(a, vec)
42
}
43
44
func
(a *ArrayWriter) Write(val super.Value) error {
45
a.buf.Reset()
Callers
nothing calls this directly
Calls
1
WriteVec
Function · 0.92
Tested by
no test coverage detected