ClickHouse/src/Dictionaries
Kseniia Sumarokova c692155c7e
Merge pull request #30309 from kssenii/fix-file-symlinks
Fix symlinks in file table function
2021-10-20 11:09:51 +03: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 Move some files. 2021-10-16 17:03:50 +03:00
CacheDictionary.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CacheDictionaryStorage.h Dictionaries key types refactoring 2021-08-17 20:35:43 +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 Database dictionaries custom query support 2021-08-11 11:18:21 +03:00
CassandraHelpers.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CassandraHelpers.h try fix sync 2020-06-04 16:59:12 +03:00
CassandraSource.cpp Removed some data streams 2021-08-11 23:39:01 +03:00
CassandraSource.h Removed some data streams 2021-08-11 23:39:01 +03:00
ClickHouseDictionarySource.cpp Move some files. 2021-10-16 17:03:50 +03:00
ClickHouseDictionarySource.h Use sessions more. 2021-08-19 02:22:09 +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 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 Move some files. 2021-10-16 17:03:50 +03:00
DictionarySource.cpp Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
DictionarySource.h Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +03:00
DictionarySourceBase.cpp Dictionaries refactor 2021-08-11 15:32:01 +03:00
DictionarySourceBase.h Dictionaries refactor 2021-08-11 15:32:01 +03: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 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 Dictionary attributes updated documentation 2021-10-06 23:33:36 +03:00
DictionaryStructure.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DirectDictionary.cpp Move some files. 2021-10-16 17:03:50 +03:00
DirectDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
ExecutableDictionarySource.cpp Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
ExecutableDictionarySource.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ExecutablePoolDictionarySource.cpp ExecutablePool dictionary source fix borrow timeout milliseconds 2021-10-18 21:04:40 +03:00
ExecutablePoolDictionarySource.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
ExternalQueryBuilder.cpp Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +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 Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
FlatDictionary.cpp Move some files. 2021-10-16 17:03:50 +03:00
FlatDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
getDictionaryConfigurationFromAST.cpp Create dictionary with comment 2021-10-11 11:26:59 +03:00
getDictionaryConfigurationFromAST.h fixes after review 2021-09-13 22:11:16 +03:00
HashedArrayDictionary.cpp Added documentation 2021-10-16 13:41:56 +03:00
HashedArrayDictionary.h Added HashedArray dictionary 2021-10-15 18:53:17 +03:00
HashedDictionary.cpp Merge pull request #30246 from kitaisreal/complex-key-hashed-dictionary-fix-config-parsing 2021-10-16 12:10:03 +03:00
HashedDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
HierarchyDictionariesUtils.cpp Count found keys for DirectDictionary (plus utils changes) 2021-05-08 17:09:01 +03:00
HierarchyDictionariesUtils.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
HTTPDictionarySource.cpp Merge branch 'master' into removing-data-streams-folder 2021-10-16 09:46:05 +03:00
HTTPDictionarySource.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ICacheDictionaryStorage.h SSDCacheDictionary remove max_stored_keys option 2021-03-18 12:55:17 +03:00
IDictionary.h Create dictionary with comment 2021-10-11 11:26:59 +03:00
IDictionarySource.h Move some files. 2021-10-16 17:03:50 +03:00
IPAddressDictionary.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
IPAddressDictionary.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
LibraryDictionarySource.cpp Allow symlinks in file storage 2021-10-17 09:11:06 +00:00
LibraryDictionarySource.h Merge branch 'master' into rename-common 2021-10-02 17:15:10 +03:00
MongoDBDictionarySource.cpp Remove some more streams. 2021-10-08 17:03:54 +03:00
MongoDBDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
MySQLDictionarySource.cpp Move some files. 2021-10-16 17:03:50 +03:00
MySQLDictionarySource.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
PolygonDictionary.cpp Move some files. 2021-10-16 17:03:50 +03:00
PolygonDictionary.h Fixed tests 2021-10-14 00:08:43 +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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PolygonDictionaryUtils.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PostgreSQLDictionarySource.cpp Move some files. 2021-10-16 17:03:50 +03:00
PostgreSQLDictionarySource.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
RangeDictionarySource.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
RangeHashedDictionary.cpp Non-recursive implementation for TL and its functions 2021-10-03 18:02:04 +02:00
RangeHashedDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +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 Use sessions more. 2021-08-19 02:22:09 +03:00
RedisDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
RedisSource.cpp Fixed SQLiteSource 2021-08-13 00:58:24 +03:00
RedisSource.h Fixed SQLiteSource 2021-08-13 00:58:24 +03:00
registerCacheDictionaries.cpp Dictionaries small fixes 2021-08-27 13:46:59 +03:00
registerDictionaries.cpp Added HashedArray dictionary 2021-10-15 18:53:17 +03:00
registerDictionaries.h Fix Arcadia 2021-01-07 18:40:54 +03:00
SSDCacheDictionaryStorage.h Use forward declaration for Buffer<> in generic headers 2021-10-16 12:03:24 +03:00
writeParenthesisedString.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
writeParenthesisedString.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
XDBCDictionarySource.cpp Move some files. 2021-10-16 17:03:50 +03:00
XDBCDictionarySource.h Database dictionaries custom query support 2021-08-11 11:18:21 +03:00