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

Function newBoolBuilder

vector/builder.go:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348}
349
350func newBoolBuilder() Builder {
351 return &boolBuilder{values: roaring.New()}
352}
353
354func (b *boolBuilder) Write(bytes scode.Bytes) {
355 if super.DecodeBool(bytes) {

Callers 1

NewBuilderFunction · 0.85

Calls 1

NewMethod · 0.80

Tested by

no test coverage detected