ClickHouse/src/Dictionaries
2021-11-15 19:55:54 +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 Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
CacheDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +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 Remove cruft 2021-10-28 02:10:39 +03: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 Clickhouse dictionary source no longer keep a session after creation. 2021-11-03 16:12:39 +03:00
ClickHouseDictionarySource.h Clickhouse dictionary source no longer keep a session after creation. 2021-11-03 16:12:39 +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 Dictionaries read support multiple threads 2021-10-21 17:17:53 +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 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 Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
DirectDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +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 Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
FlatDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
getDictionaryConfigurationFromAST.cpp Merge branch 'master' into query_parameters 2021-10-18 17:34:20 +03:00
getDictionaryConfigurationFromAST.h fixes after review 2021-09-13 22:11:16 +03:00
HashedArrayDictionary.cpp Updated HashedArrayDictionary 2021-10-27 11:26:42 +03:00
HashedArrayDictionary.h HashedArrayDictionary optimize read multiple attributes 2021-10-26 12:57:49 +03:00
HashedDictionary.cpp Merge branch 'master' into refactor-pipeline-executor 2021-11-11 16:16:52 +00:00
HashedDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +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 Adjutments after merge with master 2021-10-29 09:29:35 +00:00
HTTPDictionarySource.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ICacheDictionaryStorage.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
IDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
IDictionarySource.h Move some files. 2021-10-16 17:03:50 +03:00
IPAddressDictionary.cpp Fixed IPAddressDictionary tests 2021-10-22 14:18:45 +03:00
IPAddressDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +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 cruft 2021-10-28 02:10:39 +03:00
PolygonDictionary.cpp Dictionaries read support multiple threads 2021-10-21 17:17:53 +03:00
PolygonDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +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 Remove cruft 2021-10-28 02:10:39 +03:00
RangeHashedDictionary.cpp Added performance tests 2021-10-23 15:01:30 +03:00
RangeHashedDictionary.h Dictionaries read support multiple threads 2021-10-21 17:17:53 +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 Remove cruft 2021-10-28 02:10:39 +03:00
registerDictionaries.h Fix Arcadia 2021-01-07 18:40:54 +03:00
SSDCacheDictionaryStorage.h Merge pull request #31229 from zhanglistar/fsync 2021-11-14 05:16:01 +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 Some more fixes 2021-10-28 10:28:05 +00:00
XDBCDictionarySource.h Some more fixes 2021-10-28 10:28:05 +00:00