(&self)
| 137 | } |
| 138 | |
| 139 | pub fn rtree(&self) -> &HilbertPackedRTree { |
| 140 | &self.rtree |
| 141 | } |
| 142 | |
| 143 | /// Build a borrowing `SegmentReader`. The reader must not outlive |
| 144 | /// the handle reference it was built from. |
no outgoing calls
no test coverage detected