mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
reset roaring.go and added bitmap.Min
This commit is contained in:
parent
06aa2cf98e
commit
5c59449ed2
1 changed files with 1 additions and 0 deletions
|
|
@ -2015,6 +2015,7 @@ func (c *Container) bitmapMax() uint16 {
|
|||
r := bits.LeadingZeros64(v)
|
||||
return uint16((i-1)*64 + 63 - r)
|
||||
}
|
||||
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue