Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewBool
Function
NewBool
vector/bool.go:15–17 ·
view source on GitHub ↗
(bits bitvec.Bits)
Source
from the content-addressed store, hash-verified
13
var
_ Any = (*Bool)(nil)
14
15
func
NewBool(bits bitvec.Bits) *Bool {
16
return
&Bool{bits}
17
}
18
19
func
NewFalse(length uint32) *Bool {
20
return
NewBool(bitvec.NewFalse(length))
Callers
8
newVector
Method · 0.92
eval
Method · 0.92
NewFalse
Function · 0.70
NewTrue
Function · 0.70
Or
Function · 0.70
Not
Function · 0.70
Pick
Function · 0.70
Build
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected