ClickHouse/src/Dictionaries
2022-03-29 13:16:11 +00:00
..
Embedded Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
tests Unit tests for dictionary with comment 2021-10-12 12:48:12 +03:00
CacheDictionary.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
CacheDictionary.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
CacheDictionaryStorage.h Improve performance of insert into table functions URL, S3, File, HDFS 2022-02-10 20:06:23 +00:00
CacheDictionaryUpdateQueue.cpp Fixed tests 2021-10-14 00:33:18 +03:00
CacheDictionaryUpdateQueue.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
CassandraDictionarySource.cpp Update CassandraDictionarySource.cpp 2022-03-18 14:04:14 +01:00
CassandraDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
CassandraHelpers.cpp Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
CassandraHelpers.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
CassandraSource.cpp Remove cruft 2021-10-28 02:10:39 +03:00
CassandraSource.h Removed some data streams 2021-08-11 23:39:01 +03:00
ClickHouseDictionarySource.cpp Fix typo of update_lag 2022-03-07 18:31:20 +08:00
ClickHouseDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
CMakeLists.txt contrib/abseil: add cmake ALIAS library 2022-01-21 10:11:06 +03:00
DictionaryFactory.cpp Create dictionary with comment 2021-10-11 11:26:59 +03:00
DictionaryFactory.h Use sessions more. 2021-08-19 02:22:09 +03:00
DictionaryHelpers.cpp Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +03:00
DictionaryHelpers.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DictionarySourceFactory.h Use sessions more. 2021-08-19 02:22:09 +03:00
DictionarySourceHelpers.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
DictionarySourceHelpers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
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 CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
ExternalQueryBuilder.h Database dictionaries custom query support 2021-08-11 11:18:21 +03:00
FileDictionarySource.cpp Allow symlinks in file storage 2021-10-17 09:11:06 +00:00
FileDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
FlatDictionary.cpp Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
FlatDictionary.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
getDictionaryConfigurationFromAST.cpp RangeHashedDictionary ddl expression fix 2022-01-09 00:15:29 +03:00
getDictionaryConfigurationFromAST.h fixes after review 2021-09-13 22:11:16 +03:00
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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
HTTPDictionarySource.cpp Reload remote_url_allow_hosts after config update. 2022-03-15 13:00:31 +00:00
HTTPDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
ICacheDictionaryStorage.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
IDictionary.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
IDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
IPAddressDictionary.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
IPAddressDictionary.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
LibraryDictionarySource.cpp CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
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 CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
MySQLDictionarySource.cpp Fix typo of update_lag 2022-03-07 18:31:20 +08: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 Fixed tests 2021-10-14 00:08:43 +03:00
PolygonDictionaryImplementations.h PolygonDictionary support read method 2021-10-13 19:31:59 +03:00
PolygonDictionaryUtils.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
PolygonDictionaryUtils.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
PostgreSQLDictionarySource.cpp Fix typo of update_lag 2022-03-07 18:31:20 +08: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 Move some files. 2021-10-16 17:03:50 +03:00
readInvalidateQuery.h Fix build. 2021-09-16 20:40:42 +03:00
RedisDictionarySource.cpp Add remote host filter 2022-03-17 11:48:42 +01: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 Dictionaries small fixes 2021-08-27 13:46:59 +03:00
registerDictionaries.cpp Remove cruft 2021-10-28 02:10:39 +03:00
registerDictionaries.h
SSDCacheDictionaryStorage.h Fix vulnerable code related to std::move and noexcept 2022-03-02 18:15:27 +00:00
XDBCDictionarySource.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
XDBCDictionarySource.h Some more fixes 2021-10-28 10:28:05 +00:00