ClickHouse/src/Dictionaries
Vitaly Baranov 64f69462c6
Merge pull request #27921 from vitlibar/add-tests-for-field-init
Allow implicit cast bool to Field
2021-08-24 17:15:44 +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 Dictionaries key types refactoring 2021-08-17 20:35:43 +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 Add separate constants for interface LOCAL and TCP_INTERSERVER. 2021-08-19 23:04:36 +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 Dictionaries key types refactoring 2021-08-17 20:35:43 +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 Merge pull request #27905 from kitaisreal/dictionary-empty-attribute-list 2021-08-20 19:28:06 +03:00
DictionaryStructure.h Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +03:00
DirectDictionary.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
DirectDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
ExecutableDictionarySource.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
ExecutableDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
ExecutablePoolDictionarySource.cpp Use setSetting() with implicit conversion true/false -> Field. 2021-08-23 08:57:00 +03:00
ExecutablePoolDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +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 Use sessions more. 2021-08-19 02:22:09 +03:00
FileDictionarySource.h Streams -> Processors for dicts, part 3. 2021-08-06 11:41:45 +03:00
FlatDictionary.cpp Use sessions more. 2021-08-19 02:22:09 +03:00
FlatDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
getDictionaryConfigurationFromAST.cpp Dictionary empty attribute list 2021-08-20 12:09:05 +03:00
getDictionaryConfigurationFromAST.h Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +03:00
HashedDictionary.cpp Use sessions more. 2021-08-19 02:22:09 +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 Use sessions more. 2021-08-19 02:22:09 +03:00
IPAddressDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
LibraryDictionarySource.cpp Merge pull request #27817 from vitlibar/use-sessions-more 2021-08-19 22:51:08 +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 Dictionaries refactor 2021-08-11 15:32:01 +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 Use sessions more. 2021-08-19 02:22:09 +03:00
RangeHashedDictionary.h Dictionaries key types refactoring 2021-08-17 20:35:43 +03:00
readInvalidateQuery.cpp Streams -> Processors for dicts, part 1. 2021-08-04 20:58: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 Use sessions more. 2021-08-19 02:22:09 +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