Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
350
func
newBoolBuilder() Builder {
351
return
&boolBuilder{values: roaring.New()}
352
}
353
354
func
(b *boolBuilder) Write(bytes scode.Bytes) {
355
if
super.DecodeBool(bytes) {
Callers
1
NewBuilder
Function · 0.85
Calls
1
New
Method · 0.80
Tested by
no test coverage detected