(&self)
| 434 | /// Note: [`ArrayData::offset`] does NOT apply to the returned [`NullBuffer`] |
| 435 | #[inline] |
| 436 | pub fn nulls(&self) -> Option<&NullBuffer> { |
| 437 | self.nulls.as_ref() |
| 438 | } |
| 439 | |
| 440 | /// Returns whether the element at index `i` is not null |
| 441 | #[inline] |