MCPcopy Create free account
hub / github.com/brimdata/super / write

Method write

vector/builder.go:155–160  ·  view source on GitHub ↗
(bytes scode.Bytes, off uint32)

Source from the content-addressed store, hash-verified

153}
154
155func (f *fieldBuilder) write(bytes scode.Bytes, off uint32) {
156 if f.opt {
157 f.runs.Touch(off)
158 }
159 f.val.Write(bytes)
160}
161
162func (f *fieldBuilder) build(sctx *super.Context, n uint32) Any {
163 var runs []uint32

Callers 1

WriteMethod · 0.45

Calls 2

TouchMethod · 0.80
WriteMethod · 0.65

Tested by

no test coverage detected