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