MCPcopy Create free account
hub / github.com/bytedance/bolt / forceGenericHashMode

Method forceGenericHashMode

bolt/exec/HashTable.h:355–357  ·  view source on GitHub ↗

Disables use of array or normalized key hash modes.

Source from the content-addressed store, hash-verified

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

Callers 1

createHashTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected