(&self)
| 236 | /// Returns the underlying [`Buffer`] |
| 237 | #[inline] |
| 238 | pub fn buffer(&self) -> &Buffer { |
| 239 | self.buffer.inner() |
| 240 | } |
| 241 | |
| 242 | /// Create a [`NullBuffer`] from an *unsliced* validity bitmap (`offset = 0` **bits**) of length `len`. |
| 243 | /// |