ClickHouse/dbms/programs/obfuscator
Alexander Kuzmenkov f3bde19b74 Do not use iterators in find() and emplace() methods of hash tables.
Instead, these methods return a pointer to the required data as they are
stored inside the hash table. The caller uses overloaded functions to
get the key and "mapped" values from this pointer. Such an interface
avoids the need for constructing iterator-like wrapper objects, which is
especially important for compound hash tables such as the future
StringHashMap.
2019-09-24 17:44:35 +03:00
..
clickhouse-obfuscator.cpp Data obfuscator: development [#CLICKHOUSE-2] 2018-06-16 03:27:59 +03:00
CMakeLists.txt Fix link in split mode (#4574) 2019-03-04 20:47:31 +03:00
Obfuscator.cpp Do not use iterators in find() and emplace() methods of hash tables. 2019-09-24 17:44:35 +03:00