mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Add comment
This commit is contained in:
parent
defcb40f8c
commit
7931bc2c37
1 changed files with 4 additions and 0 deletions
|
|
@ -592,6 +592,10 @@ func (b *Bitmap) unionIntoTarget(target *Bitmap, others ...*Bitmap) {
|
|||
otherIters[j].handled = true
|
||||
}
|
||||
}
|
||||
|
||||
// Now that we've calculated a container is that a union of all the containers
|
||||
// with the same key across all the bitmaps, we store it in the list of containers
|
||||
// for the target.
|
||||
target.Containers.Put(iKey, container)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue