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

Method Build

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

Source from the content-addressed store, hash-verified

359}
360
361func (b *boolBuilder) Build(sctx *super.Context) Any {
362 bits := make([]uint64, (b.n+63)/64)
363 b.values.WriteDenseTo(bits)
364 return NewBool(bitvec.New(bits, b.n))
365}
366
367type bytesStringTypeBuilder struct {
368 typ super.Type

Callers

nothing calls this directly

Calls 2

NewFunction · 0.92
NewBoolFunction · 0.70

Tested by

no test coverage detected