MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / numIntervals

Method numIntervals

runcontainer.go:807–809  ·  view source on GitHub ↗

numIntervals returns the count of intervals in the container.

()

Source from the content-addressed store, hash-verified

805
806// numIntervals returns the count of intervals in the container.
807func (rc *runContainer16) numIntervals() int {
808 return len(rc.iv)
809}
810
811// searchRange returns alreadyPresent to indicate if the
812// key is already in one of our interval16s.

Callers 2

TestRleRunIterator16Function · 0.80
TestRleStoringMax16Function · 0.80

Calls

no outgoing calls

Tested by 2

TestRleRunIterator16Function · 0.64
TestRleStoringMax16Function · 0.64