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

Method Write

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

Source from the content-addressed store, hash-verified

309}
310
311func (i *intBuilder) Write(bytes scode.Bytes) {
312 i.values = append(i.values, super.DecodeInt(bytes))
313}
314
315func (i *intBuilder) Build(sctx *super.Context) Any {
316 return NewInt(i.typ, i.values)

Callers

nothing calls this directly

Calls 1

DecodeIntFunction · 0.92

Tested by

no test coverage detected