parquet::arrow::record_reader

Function packed_null_mask

Source
fn packed_null_mask(descr: &ColumnDescPtr) -> bool
Expand description

Returns true if we do not need to unpack the nullability for this column, this is only possible if the max definition level is 1, and corresponds to nulls at the leaf level, as opposed to a nullable parent nested type