MCPcopy
hub / github.com/RoaringBitmap/roaring / getContainerAtIndex

Method getContainerAtIndex

roaring64/roaringarray64.go:206–208  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

204}
205
206func (ra *roaringArray64) getContainerAtIndex(i int) *roaring.Bitmap {
207 return ra.containers[i]
208}
209
210func (ra *roaringArray64) getWritableContainerAtIndex(i int) *roaring.Bitmap {
211 if ra.needCopyOnWrite[i] {

Callers 15

WriteToMethod · 0.45
ToArrayMethod · 0.45
RankMethod · 0.45
SelectMethod · 0.45
AndMethod · 0.45
OrCardinalityMethod · 0.45
AndCardinalityMethod · 0.45
IntersectsMethod · 0.45
XorMethod · 0.45
OrMethod · 0.45
AndNotMethod · 0.45
OrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected