MCPcopy 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
110func (n *namedBuilder) Build(sctx *super.Context) Any {
111 return NewNamed(n.typ, n.Builder.Build(sctx))
112}
113
114type recordBuilder struct {
115 typ *super.TypeRecord

Callers

nothing calls this directly

Calls 2

NewNamedFunction · 0.85
BuildMethod · 0.65

Tested by

no test coverage detected