Module arrow_data::bit_mask
source · Expand description
Utils for working with packed bit masks
Functions
- combine_option_bitmapDeprecatedCombines the null bitmaps of multiple arrays using a bitwise
andoperation. - Sets all bits on
write_datain the range[offset_write..offset_write+len]to be equal to the bits indatain the range[offset_read..offset_read+len]returns the number of0bitsdata[offset_read..offset_read+len]