[][src]Function arrow::util::bit_util::count_set_bits_offset

pub fn count_set_bits_offset(data: &[u8], offset: usize, length: usize) -> usize

Returns the number of 1-bits in data, starting from offset with length bits inspected. Note that both offset and length are measured in bits.