This commit is contained in:
alex.sharov 2023-03-09 14:56:13 +07:00
parent 25d913c676
commit c48bbde775

View File

@ -826,8 +826,7 @@ type RecentInvertedIdxIter struct {
hasNext bool
err error
res []uint64
bm *roaring64.Bitmap
bm *roaring64.Bitmap
}
func (it *RecentInvertedIdxIter) Close() {