MCPcopy 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
267using extract_bitmap_t = uint32_t;
268inline 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

DefLevelsBatchToBitmapFunction · 0.85

Calls 1

ExtractBitsSoftwareFunction · 0.85

Tested by

no test coverage detected