MCPcopy 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
231func (m *mapBuilder) Build(sctx *super.Context) Any {
232 return NewMap(m.typ, m.offsets, m.keys.Build(sctx), m.values.Build(sctx))
233}
234
235type unionBuilder struct {
236 typ *super.TypeUnion

Callers

nothing calls this directly

Calls 2

NewMapFunction · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected