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

Struct uintBuilder

vector/builder.go:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319type uintBuilder struct {
320 typ super.Type
321 values []uint64
322}
323
324func (u *uintBuilder) Write(bytes scode.Bytes) {
325 u.values = append(u.values, super.DecodeUint(bytes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected