Disables use of array or normalized key hash modes.
| 353 | |
| 354 | /// Disables use of array or normalized key hash modes. |
| 355 | void forceGenericHashMode() { |
| 356 | setHashMode(HashMode::kHash, 0); |
| 357 | } |
| 358 | |
| 359 | /// Decides the hash table representation based on the statistics in |
| 360 | /// VectorHashers of 'this'. This must be called if we are in |