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

Struct boolBuilder

vector/builder.go:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345type boolBuilder struct {
346 values *roaring.Bitmap
347 n uint32
348}
349
350func newBoolBuilder() Builder {
351 return &boolBuilder{values: roaring.New()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected