ClickHouse/src/Dictionaries
2021-09-14 20:48:18 +03:00
..
Embedded Return list fds with Poco, more canonical 2021-05-23 10:56:13 +03:00
tests Merge pull request #23970 from ClickHouse/pvs-studio-fixes-6 2021-05-09 21:45:19 +03:00
CacheDictionary.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +03:00
CacheDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
CacheDictionaryStorage.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
CacheDictionaryUpdateQueue.cpp Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
CacheDictionaryUpdateQueue.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
CassandraDictionarySource.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
CassandraDictionarySource.h Database dictionaries custom query support 2021-08-11 11:18:21 +03:00
CassandraHelpers.cpp Dictionaries standardize exceptions 2021-04-10 21:48:36 +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 Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +03:00
ClickHouseDictionarySource.h Use sessions more. 2021-08-19 02:22:09 +03:00
CMakeLists.txt CMake dictionaries disable debug info fix 2021-06-15 22:18:17 +03:00
DictionaryFactory.cpp Use sessions more. 2021-08-19 02:22:09 +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 Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +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 Use sessions more. 2021-08-19 02:22:09 +03:00
DictionarySourceFactory.h Use sessions more. 2021-08-19 02:22:09 +03:00
DictionarySourceHelpers.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
DictionarySourceHelpers.h Use sessions more. 2021-08-19 02:22:09 +03:00
DictionaryStructure.cpp Simplifying exception messages 2021-09-11 00:40:18 +02:00
DictionaryStructure.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
DirectDictionary.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +03:00
DirectDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
ExecutableDictionarySource.cpp Merge pull request #28833 from kitaisreal/executable-added-option-send-chunk-header 2021-09-10 14:44:34 +03:00
ExecutableDictionarySource.h Executable added option send_chunk_header 2021-09-10 01:04:52 +03:00
ExecutablePoolDictionarySource.cpp Merge pull request #28833 from kitaisreal/executable-added-option-send-chunk-header 2021-09-10 14:44:34 +03:00
ExecutablePoolDictionarySource.h Executable added option send_chunk_header 2021-09-10 01:04:52 +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 Dictionaries small fixes 2021-08-27 13:46:59 +03:00
FileDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
FlatDictionary.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +03:00
FlatDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
getDictionaryConfigurationFromAST.cpp fix special build (more) 2021-09-12 10:23:19 +03:00
getDictionaryConfigurationFromAST.h Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +03:00
HashedDictionary.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +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 Count found keys for DirectDictionary (plus utils changes) 2021-05-08 17:09:01 +03:00
HTTPDictionarySource.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
HTTPDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
ICacheDictionaryStorage.h SSDCacheDictionary remove max_stored_keys option 2021-03-18 12:55:17 +03:00
IDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
IDictionarySource.h Streams -> Processors for dicts, part 1. 2021-08-04 20:58:18 +03:00
IPAddressDictionary.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +03:00
IPAddressDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
LibraryDictionarySource.cpp Dictionaries small fixes 2021-08-27 13:46:59 +03:00
LibraryDictionarySource.h Merge branch 'master' into remove-streams-from-dicts 2021-08-06 11:46:27 +03:00
MongoDBDictionarySource.cpp Removed some data streams 2021-08-11 23:39:01 +03:00
MongoDBDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
MySQLDictionarySource.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
MySQLDictionarySource.h Merge pull request #27575 from kitaisreal/removed-some-data-streams 2021-08-13 12:59:00 +03:00
PolygonDictionary.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
PolygonDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
PolygonDictionaryImplementations.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
PolygonDictionaryImplementations.h PolygonDictionary added nullable support 2021-03-21 18:09:47 +03:00
PolygonDictionaryUtils.cpp PolygonDictionary added nullable support 2021-03-21 18:09:47 +03:00
PolygonDictionaryUtils.h Fixed tests 2021-03-21 18:10:12 +03:00
PostgreSQLDictionarySource.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
PostgreSQLDictionarySource.h Database dictionaries custom query support 2021-08-11 11:18:21 +03:00
RangeDictionarySource.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
RangeHashedDictionary.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 19:28:41 +03:00
RangeHashedDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
readInvalidateQuery.cpp Rename QueryPipeline to QueryPipelineBuilder. 2021-09-14 20:48:18 +03:00
readInvalidateQuery.h Streams -> Processors for dicts, part 1. 2021-08-04 20:58:18 +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 Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
registerDictionaries.h Fix Arcadia 2021-01-07 18:40:54 +03:00
SSDCacheDictionaryStorage.h Dictionaries key types refactoring 2021-08-17 20:35:43 +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 Use sessions more. 2021-08-19 02:22:09 +03:00
XDBCDictionarySource.h Database dictionaries custom query support 2021-08-11 11:18:21 +03:00
ya.make Fixed tests 2021-08-15 12:18:31 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00