Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ AddElements
Method
AddElements
be/src/util/roaring-bitmap.h:174–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void AddElements(const std::vector<uint64_t>& elements) {
175
roaring64_bitmap_add_many(rbitmap_, elements.size(), elements.data());
176
}
177
178
179
void Or(const RoaringBitmap64& other) {
Callers
4
AddToDeletedRows
Method · 0.80
AppendRows
Method · 0.80
TEST
Function · 0.80
CheckSerializeDeserialize
Function · 0.80
Calls
2
size
Method · 0.45
data
Method · 0.45
Tested by
2
TEST
Function · 0.64
CheckSerializeDeserialize
Function · 0.64