arrow_row::fixed

Function decode_nulls

source
pub fn decode_nulls(rows: &[&[u8]]) -> (usize, Buffer)
Expand description

Decodes a single byte from each row, interpreting 0x01 as a valid value and all other values as a null

Returns the null count and null buffer