Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ WriteVec
Function
WriteVec
sbuf/materialize.go:114–121 ·
view source on GitHub ↗
(w sio.Writer, vec vector.Any)
Source
from the content-addressed store, hash-verified
112
}
113
114
func
WriteVec(w sio.Writer, vec vector.Any) error {
115
for
_, val :=
range
Materialize(vec).Values() {
116
if
err := w.Write(val); err != nil {
117
return
err
118
}
119
}
120
return
nil
121
}
Callers
15
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Push
Method · 0.92
Calls
3
Materialize
Function · 0.85
Values
Method · 0.65
Write
Method · 0.65
Tested by
1
Push
Method · 0.74