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

Method isFull

roaringarray.go:65–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 or(r container) container
64 orCardinality(r container) int
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

Callers 15

orMethod · 0.65
iorMethod · 0.65
lazyIORMethod · 0.65
lazyORMethod · 0.65
orBitmapMethod · 0.65
xorBitmapMethod · 0.65
andMethod · 0.65
iandMethod · 0.65
lazyORMethod · 0.65
repairAfterLazyMethod · 0.65
orMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by

no test coverage detected