Access the PK index.
(&self)
| 92 | |
| 93 | /// Access the PK index. |
| 94 | pub fn pk_index(&self) -> &PkIndex { |
| 95 | &self.pk_index |
| 96 | } |
| 97 | |
| 98 | /// Mutable access to the PK index (for cold-start rebuild). |
| 99 | pub fn pk_index_mut(&mut self) -> &mut PkIndex { |
no outgoing calls