Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Build
Method
Build
vector/builder.go:231–233 ·
view source on GitHub ↗
(sctx *super.Context)
Source
from the content-addressed store, hash-verified
229
}
230
231
func
(m *mapBuilder) Build(sctx *super.Context) Any {
232
return
NewMap(m.typ, m.offsets, m.keys.Build(sctx), m.values.Build(sctx))
233
}
234
235
type
unionBuilder
struct
{
236
typ *super.TypeUnion
Callers
nothing calls this directly
Calls
2
NewMap
Function · 0.85
Build
Method · 0.65
Tested by
no test coverage detected