pub fn has_nulls(null_count: Option<usize>, mask: Option<&Bitmask>) -> boolExpand description
Determines whether nulls are present given an optional null count and mask reference. Avoids computing mask cardinality to preserve performance guarantees.