Clear all entries (used during DROP INDEX).
(&mut self)
| 111 | |
| 112 | /// Clear all entries (used during DROP INDEX). |
| 113 | pub fn clear(&mut self) { |
| 114 | self.tree.clear(); |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | /// A composite secondary index on multiple value fields. |
no outgoing calls
no test coverage detected