MCPcopy 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
90func (b Bits) ReversePick(index []uint32) Bits {
91 return b.Pick(ReverseIndex(index, b.length))
92}
93
94func (b Bits) TrueCount() uint32 {
95 if b.IsZero() {

Callers

nothing calls this directly

Calls 2

PickMethod · 0.95
ReverseIndexFunction · 0.85

Tested by

no test coverage detected