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

Method Build

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

Source from the content-addressed store, hash-verified

139}
140
141func (r *recordBuilder) Build(sctx *super.Context) Any {
142 var fields []Any
143 for k := range r.fields {
144 fields = append(fields, r.fields[k].build(sctx, r.len))
145 }
146 return NewRecord(r.typ, fields, r.len)
147}
148
149type fieldBuilder struct {
150 opt bool

Callers

nothing calls this directly

Calls 2

NewRecordFunction · 0.85
buildMethod · 0.45

Tested by

no test coverage detected