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

Method iandArray

bitmapcontainer.go:824–827  ·  view source on GitHub ↗
(ac *arrayContainer)

Source from the content-addressed store, hash-verified

822}
823
824func (bc *bitmapContainer) iandArray(ac *arrayContainer) container {
825 acb := ac.toBitmapContainer()
826 return bc.iandBitmap(acb)
827}
828
829func (bc *bitmapContainer) andArray(value2 *arrayContainer) *arrayContainer {
830 answer := newArrayContainerCapacity(len(value2.content))

Callers 1

iandMethod · 0.95

Calls 2

iandBitmapMethod · 0.95
toBitmapContainerMethod · 0.45

Tested by

no test coverage detected