pub fn decode_nulls(rows: &[&[u8]]) -> (usize, Buffer)
Decodes a single byte from each row, interpreting 0x01 as a valid value and all other values as a null
0x01
Returns the null count and null buffer