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

Method Build

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

Source from the content-addressed store, hash-verified

255}
256
257func (u *unionBuilder) Build(sctx *super.Context) Any {
258 var vecs []Any
259 for _, v := range u.values {
260 vecs = append(vecs, v.Build(sctx))
261 }
262 return NewUnion(u.typ, u.tags, vecs)
263}
264
265type fusionBuilder struct {
266 typ *super.TypeFusion

Callers

nothing calls this directly

Calls 2

NewUnionFunction · 0.70
BuildMethod · 0.65

Tested by

no test coverage detected