Skip to main content

decode_nulls

Function decode_nulls 

Source
pub fn decode_nulls(rows: &[&[u8]]) -> Option<NullBuffer>
Expand description

Decodes a single byte from each row, interpreting 0x01 as a valid value and all other values as a null. Optionally returns None if there are no null values.