Home
last modified time | relevance | path

Searched defs:CanHandleDuplicatedKey (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h301 virtual bool CanHandleDuplicatedKey() const { return false; } in CanHandleDuplicatedKey() function
323 bool CanHandleDuplicatedKey() const override { return true; } in CanHandleDuplicatedKey() function