Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Not
Function
Not
vector/bool.go:49–51 ·
view source on GitHub ↗
(vec *Bool)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
Not(vec *Bool) *Bool {
50
return
NewBool(bitvec.Not(vec.Bits))
51
}
52
53
// BoolValue returns the value of slot in vec as a Boolean.
54
func
BoolValue(vec Any, slot uint32) bool {
Callers
1
eval
Method · 0.92
Calls
2
Not
Function · 0.92
NewBool
Function · 0.70
Tested by
no test coverage detected