ClickHouse/src/Dictionaries
2022-03-02 18:15:27 +00:00
..
Embedded Remove unbundled mysql support 2022-01-20 10:02:01 +03:00
tests
CacheDictionary.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
CacheDictionary.h
CacheDictionaryStorage.h Improve performance of insert into table functions URL, S3, File, HDFS 2022-02-10 20:06:23 +00:00
CacheDictionaryUpdateQueue.cpp
CacheDictionaryUpdateQueue.h
CassandraDictionarySource.cpp
CassandraDictionarySource.h
CassandraHelpers.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
CassandraHelpers.h
CassandraSource.cpp
CassandraSource.h
ClickHouseDictionarySource.cpp support x509 ssl certificate authentication 2022-01-17 15:01:38 +03:00
ClickHouseDictionarySource.h
CMakeLists.txt contrib/abseil: add cmake ALIAS library 2022-01-21 10:11:06 +03:00
DictionaryFactory.cpp
DictionaryFactory.h
DictionaryHelpers.cpp
DictionaryHelpers.h Improve performance of insert into table functions URL, S3, File, HDFS 2022-02-10 20:06:23 +00:00
DictionarySource.cpp RangeHashedDictionary added options range_lookup_strategy, convert_null_range_bound_to_open 2022-01-25 11:13:37 +00:00
DictionarySource.h RangeHashedDictionary added options range_lookup_strategy, convert_null_range_bound_to_open 2022-01-25 11:13:37 +00:00
DictionarySourceFactory.cpp
DictionarySourceFactory.h
DictionarySourceHelpers.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
DictionarySourceHelpers.h
DictionaryStructure.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
DictionaryStructure.h Dictionaries added support for DateTime64 2022-01-22 18:03:45 +00:00
DirectDictionary.cpp Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
DirectDictionary.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03:00
ExecutableDictionarySource.cpp Updated ShellCommandSource 2021-12-28 22:55:31 +03:00
ExecutableDictionarySource.h Updated ShellCommandSource 2021-12-28 22:55:31 +03:00
ExecutablePoolDictionarySource.cpp avoid unnecessary copying of Settings 2022-02-10 12:13:51 +03:00
ExecutablePoolDictionarySource.h Updated ShellCommandSource 2021-12-28 22:55:31 +03:00
ExternalQueryBuilder.cpp
ExternalQueryBuilder.h
FileDictionarySource.cpp
FileDictionarySource.h
FlatDictionary.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
FlatDictionary.h Merge pull request #33914 from kitaisreal/dictionaries-added-support-for-date-time-64 2022-01-23 13:21:22 +01:00
getDictionaryConfigurationFromAST.cpp RangeHashedDictionary ddl expression fix 2022-01-09 00:15:29 +03:00
getDictionaryConfigurationFromAST.h
HashedArrayDictionary.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
HashedArrayDictionary.h Dictionaries added support for DateTime64 2022-01-22 18:03:45 +00:00
HashedDictionary.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
HashedDictionary.h Merge pull request #33914 from kitaisreal/dictionaries-added-support-for-date-time-64 2022-01-23 13:21:22 +01:00
HierarchyDictionariesUtils.cpp
HierarchyDictionariesUtils.h
HTTPDictionarySource.cpp
HTTPDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
ICacheDictionaryStorage.h
IDictionary.h Merge pull request #33526 from kitaisreal/dictionary-rename-fix 2022-01-18 13:11:34 +01:00
IDictionarySource.h
IPAddressDictionary.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
IPAddressDictionary.h Dictionaries added support for DateTime64 2022-01-22 18:03:45 +00:00
LibraryDictionarySource.cpp
LibraryDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
MongoDBDictionarySource.cpp Add support for dictionary source 2022-01-10 14:00:03 +03:00
MongoDBDictionarySource.h
MySQLDictionarySource.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
MySQLDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
PolygonDictionary.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
PolygonDictionary.h Fixed tests 2022-01-16 11:45:36 +00:00
PolygonDictionaryImplementations.cpp
PolygonDictionaryImplementations.h
PolygonDictionaryUtils.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
PolygonDictionaryUtils.h
PostgreSQLDictionarySource.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
PostgreSQLDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
RangeHashedDictionary.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
RangeHashedDictionary.h Fixed tests 2022-01-25 21:56:29 +00:00
readInvalidateQuery.cpp
readInvalidateQuery.h
RedisDictionarySource.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
RedisDictionarySource.h minor fixes in redis dictionary 2022-01-20 17:55:56 +03:00
RedisSource.cpp use connection pool for redis dictionary 2022-01-20 03:12:28 +03:00
RedisSource.h use connection pool for redis dictionary 2022-01-20 03:12:28 +03:00
registerCacheDictionaries.cpp
registerDictionaries.cpp
registerDictionaries.h
SSDCacheDictionaryStorage.h Fix vulnerable code related to std::move and noexcept 2022-03-02 18:15:27 +00:00
XDBCDictionarySource.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
XDBCDictionarySource.h