MCPcopy 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
114func 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

PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92
PushMethod · 0.92

Calls 3

MaterializeFunction · 0.85
ValuesMethod · 0.65
WriteMethod · 0.65

Tested by 1

PushMethod · 0.74