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

Method build

vector/builder.go:162–168  ·  view source on GitHub ↗
(sctx *super.Context, n uint32)

Source from the content-addressed store, hash-verified

160}
161
162func (f *fieldBuilder) build(sctx *super.Context, n uint32) Any {
163 var runs []uint32
164 if f.opt {
165 runs = f.runs.End(n)
166 }
167 return NewFieldFromRLE(sctx, f.val.Build(sctx), n, runs)
168}
169
170type errorBuilder struct {
171 typ *super.TypeError

Callers 1

BuildMethod · 0.45

Calls 3

NewFieldFromRLEFunction · 0.85
EndMethod · 0.65
BuildMethod · 0.65

Tested by

no test coverage detected