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

Method Write

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

Source from the content-addressed store, hash-verified

322}
323
324func (u *uintBuilder) Write(bytes scode.Bytes) {
325 u.values = append(u.values, super.DecodeUint(bytes))
326}
327
328func (u *uintBuilder) Build(sctx *super.Context) Any {
329 return NewUint(u.typ, u.values)

Callers

nothing calls this directly

Calls 1

DecodeUintFunction · 0.92

Tested by

no test coverage detected