mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
add clarifying comment
This commit is contained in:
parent
97486f410b
commit
cf5f9f9a57
1 changed files with 3 additions and 0 deletions
|
|
@ -1773,6 +1773,9 @@ func (c *Container) optimize() {
|
|||
}
|
||||
}
|
||||
|
||||
// unionInPlace does not necessarily preserve container's N; it's expected
|
||||
// to be used when running a sequence of unions, after which you should
|
||||
// call Repair(). (As of this writing, that only matters for bitmaps.)
|
||||
func (c *Container) unionInPlace(other *Container) {
|
||||
switch c.containerType {
|
||||
case containerBitmap:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue