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

Method Write

vector/builder.go:275–279  ·  view source on GitHub ↗
(bytes scode.Bytes)

Source from the content-addressed store, hash-verified

273}
274
275func (f *fusionBuilder) Write(bytes scode.Bytes) {
276 it := bytes.Iter()
277 f.values.Write(it.Next())
278 f.subtypes = append(f.subtypes, it.Next())
279}
280
281func (f *fusionBuilder) Build(sctx *super.Context) Any {
282 types := make([]super.Type, 0, len(f.subtypes))

Callers

nothing calls this directly

Calls 3

IterMethod · 0.80
WriteMethod · 0.65
NextMethod · 0.45

Tested by

no test coverage detected