Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Build
Method
Build
vector/builder.go:110–112 ·
view source on GitHub ↗
(sctx *super.Context)
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(n *namedBuilder) Build(sctx *super.Context) Any {
111
return
NewNamed(n.typ, n.Builder.Build(sctx))
112
}
113
114
type
recordBuilder
struct
{
115
typ *super.TypeRecord
Callers
nothing calls this directly
Calls
2
NewNamed
Function · 0.85
Build
Method · 0.65
Tested by
no test coverage detected