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

Struct enumBuilder

vector/builder.go:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293type enumBuilder struct {
294 typ *super.TypeEnum
295 values []uint64
296}
297
298func (e *enumBuilder) Write(bytes scode.Bytes) {
299 e.values = append(e.values, super.DecodeUint(bytes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected