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

Method GetExistenceBitmap

BitSliceIndexing/bsi.go:71–73  ·  view source on GitHub ↗

GetExistenceBitmap returns a pointer to the underlying existence bitmap of the BSI

()

Source from the content-addressed store, hash-verified

69
70// GetExistenceBitmap returns a pointer to the underlying existence bitmap of the BSI
71func (b *BSI) GetExistenceBitmap() *roaring.Bitmap {
72 return b.eBM
73}
74
75// ValueExists tests whether the value exists.
76func (b *BSI) ValueExists(columnID uint64) bool {

Callers 6

setupRandomFunction · 0.95
IncrementAllMethod · 0.95
TestTransposeWithCountsFunction · 0.45
TestSumWithNegativeFunction · 0.45
TestMinMaxWithRandomFunction · 0.45
TestSumWithNilFunction · 0.45

Calls

no outgoing calls

Tested by 5

setupRandomFunction · 0.76
TestTransposeWithCountsFunction · 0.36
TestSumWithNegativeFunction · 0.36
TestMinMaxWithRandomFunction · 0.36
TestSumWithNilFunction · 0.36