orBitmapContainer finds the union of rc and bc.
(bc *bitmapContainer)
| 2216 | |
| 2217 | // orBitmapContainer finds the union of rc and bc. |
| 2218 | func (rc *runContainer16) orBitmapContainer(bc *bitmapContainer) container { |
| 2219 | bc2 := newBitmapContainerFromRun(rc) |
| 2220 | return bc2.iorBitmap(bc) |
| 2221 | } |
| 2222 | |
| 2223 | func (rc *runContainer16) andBitmapContainerCardinality(bc *bitmapContainer) int { |
| 2224 | answer := 0 |