| 132 | } |
| 133 | |
| 134 | void dropEntry() { |
| 135 | ALWAYS_ASSERT(_rotationCount == _partitions._rotationCount); |
| 136 | auto cfIdx = _cfIndexForCurrentIterator(); |
| 137 | ROCKS_DB_CHECKED(_partitions._sharedDb.db()->Delete({}, _partitions._partitions[cfIdx].cf, _smaller->key())); |
| 138 | } |
| 139 | |
| 140 | private: |
| 141 | void _updateSmaller() { |
no test coverage detected