ClickHouse/dbms/programs
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
..
benchmark Merge branch 'master' into perfomance_test_help_size 2019-08-28 16:38:54 +03:00
client Merge remote-tracking branch 'upstream/master' into issue-6459 2019-09-20 21:25:55 +03:00
compressor Renaming 2019-08-23 18:47:27 +03:00
copier Missing Poco XML for copier (fixes -DSPLIT_SHARED_LIBRARIES=OFF build) 2019-09-12 02:04:43 +03:00
extract-from-config Add missing dependecies on sight to enable --no-undefined option 2019-07-04 17:05:55 +03:00
format Renaming 2019-08-23 18:47:27 +03:00
local Merge branch 'master' into query_masking 2019-09-03 22:58:15 +03:00
obfuscator Do not use iterators in find() and emplace() methods of hash tables. 2019-09-24 17:44:35 +03:00
odbc-bridge Merge remote-tracking branch 'upstream/master' into issue-6459 2019-09-20 21:25:55 +03:00
performance-test Merge pull request #6939 from dimarub2000/perfomance_test_all_of 2019-09-16 13:04:23 +03:00
server Merge remote-tracking branch 'upstream/master' into issue-6459 2019-09-23 16:07:19 +03:00
clickhouse-split-helper Fix install in shared mode 2019-03-27 20:37:38 +03:00
CMakeLists.txt Add gdb-index for gold linker with gdb-add-index tool 2019-09-17 12:49:27 +03:00
config_tools.h.in Fix link in split mode (#4574) 2019-03-04 20:47:31 +03:00
main.cpp Added a way to forbid static initialization of a class 2019-08-28 20:13:29 +03:00