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