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

Method Build

vector/builder.go:302–304  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

300}
301
302func (e *enumBuilder) Build(sctx *super.Context) Any {
303 return NewEnum(e.typ, e.values)
304}
305
306type intBuilder struct {
307 typ super.Type

Callers

nothing calls this directly

Calls 1

NewEnumFunction · 0.85

Tested by

no test coverage detected