ClickHouse/src/Dictionaries
2022-01-16 12:31:51 +00:00
..
Embedded Rename "common" to "base" 2021-10-02 10:13:14 +03:00
tests Unit tests for dictionary with comment 2021-10-12 12:48:12 +03:00
CacheDictionary.cpp Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
CacheDictionary.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
CacheDictionaryStorage.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03:00
CacheDictionaryUpdateQueue.cpp Fixed tests 2021-10-14 00:33:18 +03:00
CacheDictionaryUpdateQueue.h Refactor ConcurrentBoundedQueue 2021-10-14 00:33:18 +03:00
CassandraDictionarySource.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CassandraDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
CassandraHelpers.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CassandraHelpers.h Remove cruft 2021-10-28 02:10:39 +03:00
CassandraSource.cpp Remove cruft 2021-10-28 02:10:39 +03:00
CassandraSource.h
ClickHouseDictionarySource.cpp Better 2021-12-30 15:19:17 +03:00
ClickHouseDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
CMakeLists.txt Added HashedArray dictionary 2021-10-15 18:53:17 +03:00
DictionaryFactory.cpp Create dictionary with comment 2021-10-11 11:26:59 +03:00
DictionaryFactory.h
DictionaryHelpers.cpp
DictionaryHelpers.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03:00
DictionarySource.cpp DictionarySource fixed exception 2021-10-29 00:30:09 +03:00
DictionarySource.h Fixed RangeHashedDictionary tests 2021-10-22 00:22:32 +03:00
DictionarySourceFactory.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DictionarySourceFactory.h
DictionarySourceHelpers.cpp Remove BlockInputStream interfaces. 2021-10-14 13:25:43 +03:00
DictionarySourceHelpers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DictionaryStructure.cpp DictionaryStructure fixes 2022-01-04 14:02:46 +03:00
DictionaryStructure.h DictionaryStructure fixes 2022-01-04 14:02:46 +03: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 Updated docs 2021-12-28 22:55:31 +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
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 Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
FlatDictionary.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03: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 Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
HashedArrayDictionary.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03:00
HashedDictionary.cpp Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
HashedDictionary.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03:00
HierarchyDictionariesUtils.cpp
HierarchyDictionariesUtils.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
HTTPDictionarySource.cpp CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
HTTPDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
ICacheDictionaryStorage.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
IDictionary.h Fix tests 2022-01-16 12:31:51 +00:00
IDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
IPAddressDictionary.cpp Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
IPAddressDictionary.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03: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 Better 2021-12-30 15:19:17 +03:00
MongoDBDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
MySQLDictionarySource.cpp Better 2021-12-30 15:19:17 +03:00
MySQLDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
PolygonDictionary.cpp Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
PolygonDictionary.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03: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 Updated additional cases 2021-12-20 15:55:07 +03:00
PolygonDictionaryUtils.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PostgreSQLDictionarySource.cpp Better 2021-12-30 15:19:17 +03:00
PostgreSQLDictionarySource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
RangeHashedDictionary.cpp Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03:00
RangeHashedDictionary.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03: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
RedisDictionarySource.h CacheDictionary dictionary source access race fix 2021-12-15 15:55:28 +03:00
RedisSource.cpp
RedisSource.h
registerCacheDictionaries.cpp
registerDictionaries.cpp Remove cruft 2021-10-28 02:10:39 +03:00
registerDictionaries.h Fix Arcadia 2021-01-07 18:40:54 +03:00
SSDCacheDictionaryStorage.h Dictionaries use single arena for multiple string attributes 2022-01-08 13:26:11 +03:00
XDBCDictionarySource.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
XDBCDictionarySource.h Some more fixes 2021-10-28 10:28:05 +00:00