Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Len
Method
Len
vector/bitvec/bits.go:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(b Bits) Len() uint32 {
74
return
b.length
75
}
76
77
func
(b Bits) Pick(index []uint32) Bits {
78
if
b.IsZero() || len(index) == 0 {
Callers
2
TrueCount
Method · 0.95
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected