Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
func
(e *enumBuilder) Build(sctx *super.Context) Any {
303
return
NewEnum(e.typ, e.values)
304
}
305
306
type
intBuilder
struct
{
307
typ super.Type
Callers
nothing calls this directly
Calls
1
NewEnum
Function · 0.85
Tested by
no test coverage detected