| 317 | } |
| 318 | |
| 319 | ~CellProcessor() override |
| 320 | { |
| 321 | this->MapSharedPtr.reset(); |
| 322 | this->Map = nullptr; |
| 323 | this->OffsetsShardPtr.reset(); |
| 324 | this->Offsets = nullptr; |
| 325 | } |
| 326 | |
| 327 | // The number of cell ids in a bin is determined by computing the |
| 328 | // difference between the offsets into the sorted cell fragments array. |