ClickHouse/src/Dictionaries
Alexander Tokmakov 876490ff40
Merge pull request #50065 from azat/dict/load-factor-range-fix
Fix hashed/sparse_hashed dictionaries max_load_factor upper range
2023-05-22 15:04:56 +03:00
..
Embedded Remove PVS-Studio 2023-02-19 23:30:05 +01:00
tests Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
CacheDictionary.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CacheDictionary.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
CacheDictionaryStorage.h Don't count unreserved bytes in Arenas as read_bytes 2023-04-13 12:43:24 +02:00
CacheDictionaryUpdateQueue.cpp ThreadPool metrics introspection 2023-03-29 10:46:59 +02:00
CacheDictionaryUpdateQueue.h review fixes 2023-01-12 15:51:04 +00:00
CassandraDictionarySource.cpp Dictionaries added TSA annotations 2022-06-29 19:15:47 +02:00
CassandraDictionarySource.h Respect remote_url_allow_hosts in relevant dictionary sources. 2022-07-13 14:53:23 +00:00
CassandraHelpers.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
CassandraHelpers.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
CassandraSource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CassandraSource.h Move some resources 2022-05-20 19:49:31 +00:00
ClickHouseDictionarySource.cpp refine table source for regexp tree dictionary 2023-05-09 20:17:54 +02:00
ClickHouseDictionarySource.h refine table source for regexp tree dictionary 2023-05-09 20:17:54 +02:00
CMakeLists.txt Remove dead code and unused dependencies 2023-04-06 11:37:12 -07:00
DictionaryFactory.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
DictionaryFactory.h
DictionaryHelpers.cpp
DictionaryHelpers.h Reduce the usage of Arena.h 2023-04-13 10:31:32 +02:00
DictionarySource.cpp Cleanup 2022-06-02 16:59:14 +00:00
DictionarySource.h Cleanup 2022-06-02 16:59:14 +00:00
DictionarySourceFactory.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
DictionarySourceFactory.h
DictionarySourceHelpers.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
DictionarySourceHelpers.h
DictionaryStructure.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DictionaryStructure.h Fixes for clang-17 2023-05-13 02:57:31 +02:00
DirectDictionary.cpp PullingAsyncPipelineExecutor for Direct dictionary with ClickHouse source 2023-03-27 09:52:26 +00:00
DirectDictionary.h PullingAsyncPipelineExecutor for Direct dictionary with ClickHouse source 2023-03-27 09:52:26 +00:00
ExecutableDictionarySource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExecutableDictionarySource.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
ExecutablePoolDictionarySource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExecutablePoolDictionarySource.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
ExternalQueryBuilder.cpp fix build 2023-05-08 00:57:13 +02:00
ExternalQueryBuilder.h refine table source for regexp tree dictionary 2023-05-09 20:17:54 +02:00
FileDictionarySource.cpp Move some resources 2022-05-20 19:49:31 +00:00
FileDictionarySource.h Move some resources 2022-05-20 19:49:31 +00:00
FlatDictionary.cpp Don't count unreserved bytes in Arenas as read_bytes 2023-04-13 12:43:24 +02:00
FlatDictionary.h fix compile 2022-11-30 11:21:45 +01:00
getDictionaryConfigurationFromAST.cpp Accept float values for dictionary layouts configurations 2023-05-19 06:07:21 +02:00
getDictionaryConfigurationFromAST.h fix another issue with dependencies 2023-05-05 16:27:12 +02:00
HashedArrayDictionary.cpp Don't count unreserved bytes in Arenas as read_bytes 2023-04-13 12:43:24 +02:00
HashedArrayDictionary.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
HashedDictionary.cpp Merge pull request #50065 from azat/dict/load-factor-range-fix 2023-05-22 15:04:56 +03:00
HashedDictionary.h Wrap implementation helpers into HashedDictionaryImpl namespace 2023-05-19 06:07:21 +02:00
HashedDictionaryCollectionTraits.h Wrap implementation helpers into HashedDictionaryImpl namespace 2023-05-19 06:07:21 +02:00
HashedDictionaryCollectionType.h Remove part of the HashTableGrowerWithPrecalculationAndMaxLoadFactor comment 2023-05-19 06:07:21 +02:00
HierarchyDictionariesUtils.cpp Fixed style check 2022-06-03 18:05:09 +02:00
HierarchyDictionariesUtils.h Fix typos with new codespell 2022-09-02 08:54:48 +00:00
HTTPDictionarySource.cpp Something 2023-04-17 04:58:32 +00:00
HTTPDictionarySource.h Replace old named collections code for url 2022-12-17 00:24:05 +01:00
ICacheDictionaryStorage.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
IDictionary.h Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00
IDictionarySource.h Remove PREALLOCATE for HASHED/SPARSE_HASHED dictionaries 2023-01-18 20:18:37 +01:00
IPAddressDictionary.cpp Don't count unreserved bytes in Arenas as read_bytes 2023-04-13 12:43:24 +02:00
IPAddressDictionary.h Reduce the usage of Arena.h 2023-04-13 10:31:32 +02:00
LibraryDictionarySource.cpp Rename LibraryBridgeHelper to ExternalDictionaryLibraryBridgeHelper 2022-08-04 19:58:37 +00:00
LibraryDictionarySource.h Rename LibraryBridgeHelper to ExternalDictionaryLibraryBridgeHelper 2022-08-04 19:58:37 +00:00
MongoDBDictionarySource.cpp Resolve conservation 2023-04-28 12:40:47 +00:00
MongoDBDictionarySource.h Added options handling for mongoo dict 2023-04-26 19:19:10 +00:00
MySQLDictionarySource.cpp Fox 2023-04-13 19:36:25 +02:00
MySQLDictionarySource.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
NullDictionarySource.cpp Add null dictionary source 2022-12-24 17:11:30 +03:00
NullDictionarySource.h Add null dictionary source 2022-12-24 17:11:30 +03:00
PolygonDictionary.cpp Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
PolygonDictionary.h Fixed tests 2022-01-16 11:45:36 +00:00
PolygonDictionaryImplementations.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
PolygonDictionaryImplementations.h
PolygonDictionaryUtils.cpp fix build with clang-15 2022-08-01 18:00:54 +02:00
PolygonDictionaryUtils.h Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
PostgreSQLDictionarySource.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
PostgreSQLDictionarySource.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
RangeHashedDictionary.h Merge remote-tracking branch 'blessed/master' into arenita 2023-04-17 10:33:38 +02:00
RangeHashedDictionaryComplex.cpp Fix typo 2023-01-24 23:00:02 +00:00
RangeHashedDictionarySimple.cpp Review suggestions 2023-01-24 22:54:01 +00:00
readInvalidateQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
readInvalidateQuery.h
RedisDictionarySource.cpp More preparation for libcxx(abi), llvm, clang-tidy 16 (follow-up to #47722) 2023-03-20 12:55:03 +00:00
RedisDictionarySource.h More preparation for libcxx(abi), llvm, clang-tidy 16 (follow-up to #47722) 2023-03-20 12:55:03 +00:00
RedisSource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RedisSource.h Move some resources 2022-05-20 19:49:31 +00:00
RegExpTreeDictionary.cpp address comments 2023-05-11 22:18:08 +02:00
RegExpTreeDictionary.h address comments 2023-05-11 22:18:08 +02:00
registerCacheDictionaries.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
registerDictionaries.cpp Merge branch 'master' into regexp-tree-dictionary 2022-12-30 17:31:44 +01:00
registerDictionaries.h
registerRangeHashedDictionary.cpp Fix MSan build 2023-01-03 02:21:26 +00:00
SSDCacheDictionaryStorage.h Check return value of ::close() 2023-02-07 11:28:22 +01:00
XDBCDictionarySource.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
XDBCDictionarySource.h Move some resources 2022-05-20 19:49:31 +00:00
YAMLRegExpTreeDictionarySource.cpp Remove -Wshadow suppression which leaked into global namespace 2023-04-13 08:46:40 +00:00
YAMLRegExpTreeDictionarySource.h fix build 2023-01-04 12:45:12 +01:00