Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ExtractBits
Function
ExtractBits
cpp/src/parquet/level_conversion_inc.h:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
267
using extract_bitmap_t = uint32_t;
268
inline extract_bitmap_t ExtractBits(extract_bitmap_t bitmap,
269
extract_bitmap_t select_bitmap) {
270
return _pext_u32(bitmap, select_bitmap);
271
}
272
273
# else
274
Callers
1
DefLevelsBatchToBitmap
Function · 0.85
Calls
1
ExtractBitsSoftware
Function · 0.85
Tested by
no test coverage detected