Module arrow_data::bit_mask
source · Expand description
Utils for working with packed bit masks
Functions§
- Sets all bits on
write_data
in the range[offset_write..offset_write+len]
to be equal to the bits indata
in the range[offset_read..offset_read+len]
returns the number of0
bitsdata[offset_read..offset_read+len]