Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ ReversePick
Method
ReversePick
vector/bitvec/bits.go:90–92 ·
view source on GitHub ↗
(index []uint32)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(b Bits) ReversePick(index []uint32) Bits {
91
return
b.Pick(ReverseIndex(index, b.length))
92
}
93
94
func
(b Bits) TrueCount() uint32 {
95
if
b.IsZero() {
Callers
nothing calls this directly
Calls
2
Pick
Method · 0.95
ReverseIndex
Function · 0.85
Tested by
no test coverage detected