Get the null bitmap (row ids of null keys).
(&self)
| 96 | |
| 97 | /// Get the null bitmap (row ids of null keys). |
| 98 | pub fn null_bitmap(&self) -> &RoaringTreemap { |
| 99 | &self.null_bitmap |
| 100 | } |
| 101 | |
| 102 | /// Collect all non-null row ids into a bitmap. |
| 103 | pub async fn all_non_null_rows(&self) -> io::Result<RoaringTreemap> { |
no outgoing calls