Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Or
Function
Or
vector/bool.go:45–47 ·
view source on GitHub ↗
(a, b *Bool)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
Or(a, b *Bool) *Bool {
46
return
NewBool(bitvec.Or(a.Bits, b.Bits))
47
}
48
49
func
Not(vec *Bool) *Bool {
50
return
NewBool(bitvec.Not(vec.Bits))
Callers
2
eval
Method · 0.92
eval
Method · 0.92
Calls
2
Or
Function · 0.92
NewBool
Function · 0.70
Tested by
no test coverage detected