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

Method Build

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

Source from the content-addressed store, hash-verified

326}
327
328func (u *uintBuilder) Build(sctx *super.Context) Any {
329 return NewUint(u.typ, u.values)
330}
331
332type floatBuilder struct {
333 typ super.Type

Callers

nothing calls this directly

Calls 1

NewUintFunction · 0.70

Tested by

no test coverage detected