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

Method Write

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

Source from the content-addressed store, hash-verified

296}
297
298func (e *enumBuilder) Write(bytes scode.Bytes) {
299 e.values = append(e.values, super.DecodeUint(bytes))
300}
301
302func (e *enumBuilder) Build(sctx *super.Context) Any {
303 return NewEnum(e.typ, e.values)

Callers

nothing calls this directly

Calls 1

DecodeUintFunction · 0.92

Tested by

no test coverage detected