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

Method Build

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

Source from the content-addressed store, hash-verified

196}
197
198func (a *arraySetBuilder) Build(sctx *super.Context) Any {
199 if typ, ok := a.typ.(*super.TypeArray); ok {
200 return NewArray(typ, a.offsets, a.values.Build(sctx))
201 }
202 return NewSet(a.typ.(*super.TypeSet), a.offsets, a.values.Build(sctx))
203}
204
205type mapBuilder struct {
206 typ *super.TypeMap

Callers

nothing calls this directly

Calls 3

NewSetFunction · 0.85
NewArrayFunction · 0.70
BuildMethod · 0.65

Tested by

no test coverage detected