(&self)
| 159 | /// Returns the null count for this [`NullBuffer`] |
| 160 | #[inline] |
| 161 | pub fn null_count(&self) -> usize { |
| 162 | self.null_count |
| 163 | } |
| 164 | |
| 165 | /// Returns `true` if the value at `idx` is not null |
| 166 | #[inline] |
no outgoing calls
no test coverage detected