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

Method intersects

roaringarray.go:67–67  ·  view source on GitHub ↗

i stands for inplace

(r container)

Source from the content-addressed store, hash-verified

65 isFull() bool
66 ior(r container) container // i stands for inplace
67 intersects(r container) bool // whether the two containers intersect
68 lazyOR(r container) container
69 lazyIOR(r container) container
70 getSizeInBytes() int

Callers 6

IntersectsMethod · 0.65
intersectsMethod · 0.65
TestRleIntersects023Function · 0.65
testContainerPanicsFunction · 0.65
intersectsMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 3

TestRleIntersects023Function · 0.52
testContainerPanicsFunction · 0.52