ClickHouse/src/Dictionaries
2024-10-26 20:59:45 +02:00
..
Embedded Apply linter changes 2024-10-06 12:29:20 +02:00
tests Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"" 2024-09-23 07:06:58 +00:00
CacheDictionary.cpp Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
CacheDictionary.h Merge pull request #61356 from vitlibar/fix-replace-dictionary 2024-03-21 16:45:06 +01:00
CacheDictionaryStorage.h Apply linter changes 2024-10-06 12:29:20 +02:00
CacheDictionaryUpdateQueue.cpp impl 2024-05-02 19:45:39 +01:00
CacheDictionaryUpdateQueue.h review fixes 2023-01-12 15:51:04 +00:00
CassandraDictionarySource.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
CassandraDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
CassandraHelpers.cpp Updated implementation 2024-01-25 14:31:49 +03: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 Apply linter changes 2024-10-06 12:29:20 +02:00
ClickHouseDictionarySource.h add config parameters and client arguments, make default notchunked_optional 2024-05-23 22:01:32 +00:00
CMakeLists.txt Add comments around extract_into_parent_list usages 2024-09-25 13:11:31 +02:00
DictionaryFactory.cpp Update dictionary's comment in the same safe manner too. 2024-03-19 02:56:33 +01:00
DictionaryFactory.h Random changes in random files (#57642) 2023-12-14 12:47:11 +01:00
DictionaryHelpers.cpp Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +03:00
DictionaryHelpers.h Apply linter changes 2024-10-06 12:29:20 +02:00
DictionaryPipelineExecutor.cpp Spit DictionaryPipelineExecutor into separate file 2024-03-11 14:00:01 +00:00
DictionaryPipelineExecutor.h Spit DictionaryPipelineExecutor into separate file 2024-03-11 14:00:01 +00: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 Updated implementation 2024-01-25 14:31:49 +03:00
DictionarySourceFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
DictionarySourceHelpers.cpp Spit DictionaryPipelineExecutor into separate file 2024-03-11 14:00:01 +00:00
DictionarySourceHelpers.h Spit DictionaryPipelineExecutor into separate file 2024-03-11 14:00:01 +00:00
DictionaryStructure.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DictionaryStructure.h Add option for validating the Primary key type in Dictionaries 2024-07-16 14:43:08 +00:00
DirectDictionary.cpp Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
DirectDictionary.h Better code: remove unnecessary usage of const_cast and std::function. 2024-03-19 02:56:38 +01:00
ExecutableDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ExecutableDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
ExecutablePoolDictionarySource.cpp Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
ExecutablePoolDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
ExternalQueryBuilder.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
ExternalQueryBuilder.h refine table source for regexp tree dictionary 2023-05-09 20:17:54 +02:00
FileDictionarySource.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
FileDictionarySource.h Move some resources 2022-05-20 19:49:31 +00:00
FlatDictionary.cpp Merge branch 'master' into fix-use-concurrency-control 2024-08-29 12:42:37 +02:00
FlatDictionary.h Incomplete adaptation of dictionary short circuit 2024-05-17 16:53:54 +02:00
getDictionaryConfigurationFromAST.cpp Add option for validating the Primary key type in Dictionaries 2024-07-16 14:43:08 +00:00
getDictionaryConfigurationFromAST.h fix another issue with dependencies 2023-05-05 16:27:12 +02:00
HashedArrayDictionary.cpp Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
HashedArrayDictionary.h Incomplete adaptation of dictionary short circuit 2024-05-17 16:53:54 +02:00
HashedDictionary.cpp Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
HashedDictionary.h Merge branch 'master' into fix-use-concurrency-control 2024-08-29 12:42:37 +02:00
HashedDictionaryCollectionTraits.h Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
HashedDictionaryCollectionType.h Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
HashedDictionaryParallelLoader.h HashedDictionaryParallelLoader exception safe constructor 2024-04-14 11:21:57 +03:00
HierarchyDictionariesUtils.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
HierarchyDictionariesUtils.h Useless changes 2024-05-10 06:25:29 +02:00
HTTPDictionarySource.cpp Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
HTTPDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
ICacheDictionaryStorage.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
IDictionary.h Merge pull request #63487 from korowa/fix-used-dictionaries-logging 2024-05-20 13:29:25 +00:00
IDictionarySource.h Remove PREALLOCATE for HASHED/SPARSE_HASHED dictionaries 2023-01-18 20:18:37 +01:00
IPAddressDictionary.cpp Merge branch 'master' into fix-use-concurrency-control 2024-09-26 16:57:58 +00:00
IPAddressDictionary.h Incomplete adaptation of dictionary short circuit 2024-05-17 16:53:54 +02:00
LibraryDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
LibraryDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
MongoDBDictionarySource.cpp Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"" 2024-09-23 07:06:58 +00:00
MongoDBDictionarySource.h Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"" 2024-09-23 07:06:58 +00:00
MongoDBPocoLegacyDictionarySource.cpp Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"" 2024-09-23 07:06:58 +00:00
MongoDBPocoLegacyDictionarySource.h Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"" 2024-09-23 07:06:58 +00:00
MySQLDictionarySource.cpp Move MySQLSettings to pImpl 2024-10-23 19:34:57 +02:00
MySQLDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
NullDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
NullDictionarySource.h Fixing more headers 2024-02-29 15:40:30 +00:00
PolygonDictionary.cpp Merge branch 'master' into fix-use-concurrency-control 2024-08-29 12:42:37 +02:00
PolygonDictionary.h Useless changes 2024-05-09 01:08:33 +02:00
PolygonDictionaryImplementations.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
PolygonDictionaryImplementations.h Better code: remove unnecessary usage of const_cast and std::function. 2024-03-19 02:56:38 +01:00
PolygonDictionaryUtils.cpp Useless changes 2024-05-12 01:48:03 +02:00
PolygonDictionaryUtils.h fix polygon something 2024-04-11 19:28:10 +02:00
PostgreSQLDictionarySource.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
PostgreSQLDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
RangeHashedDictionary.cpp Incomplete adaptation of dictionary short circuit 2024-05-17 16:53:54 +02:00
RangeHashedDictionary.h Merge branch 'master' into fix-use-concurrency-control 2024-08-29 12:42:37 +02:00
RangeHashedDictionaryComplex.cpp Fix typo 2023-01-24 23:00:02 +00:00
RangeHashedDictionaryGetItemsImpl.txx Fix build 2024-03-18 08:32:16 +00:00
RangeHashedDictionaryGetItemsImplDecimal.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsImplFloat.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsImplInt.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsImplOthers.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsImplUInt.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsShortCircuitImpl.txx Incomplete adaptation of dictionary short circuit 2024-05-17 16:53:54 +02:00
RangeHashedDictionaryGetItemsShortCircuitImplDecimal.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsShortCircuitImplFloat.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsShortCircuitImplInt.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsShortCircuitImplOthers.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +00:00
RangeHashedDictionaryGetItemsShortCircuitImplUInt.cpp Split template instantiations into separate files 2024-03-14 17:45:42 +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 Fix build. 2021-09-16 20:40:42 +03:00
RedisDictionarySource.cpp Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
RedisDictionarySource.h unify storage type 2023-06-02 10:05:54 +08:00
RedisSource.cpp Useless changes 2024-05-10 06:25:29 +02:00
RedisSource.h new redis engine schema design 2023-06-02 10:05:54 +08:00
RegExpTreeDictionary.cpp Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
RegExpTreeDictionary.h Apply linter changes 2024-10-06 12:29:20 +02:00
registerCacheDictionaries.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
registerDictionaries.cpp Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"" 2024-09-23 07:06:58 +00:00
registerDictionaries.h Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"" 2024-09-23 07:06:58 +00:00
registerHashedDictionary.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
registerRangeHashedDictionary.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
SparseHashedDictionary.cpp Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
SSDCacheDictionaryStorage.h Apply linter changes 2024-10-06 12:29:20 +02:00
XDBCDictionarySource.cpp Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
XDBCDictionarySource.h http connections pools 2024-03-10 10:00:18 +01:00
YAMLRegExpTreeDictionarySource.cpp Style check for abbreviations 2024-02-17 02:14:15 +01:00
YAMLRegExpTreeDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00