ClickHouse/src/Dictionaries
2021-05-27 15:44:12 +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 Count found keys for CacheDictionary 2021-05-08 17:09:01 +03:00
CacheDictionary.h Merge pull request #23963 from azat/dict-hit_rate-nan 2021-05-08 22:38:21 +03:00
CacheDictionaryStorage.h Big integers and UUID in dictionaries 2021-05-08 22:01:59 +03:00
CacheDictionaryUpdateQueue.cpp Dictionaries standardize exceptions 2021-04-10 21:48:36 +03:00
CacheDictionaryUpdateQueue.h Updated interfaces 2021-04-01 00:12:21 +03:00
CassandraBlockInputStream.cpp Untangle UUID 2021-05-04 01:59:38 +03:00
CassandraBlockInputStream.h fix gcc warnings 2020-06-04 16:03:06 +03:00
CassandraDictionarySource.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
CassandraDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +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
ClickHouseDictionarySource.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
ClickHouseDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
CMakeLists.txt Maybe better support for paths with whitespaces 2021-04-24 22:47:52 +03:00
DictionaryBlockInputStream.cpp Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
DictionaryBlockInputStream.h Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
DictionaryBlockInputStreamBase.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
DictionaryBlockInputStreamBase.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DictionaryFactory.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
DictionaryFactory.h Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
DictionaryHelpers.h Remove redundant template 2021-05-10 00:26:34 +03:00
DictionarySourceFactory.cpp Merge pull request #22961 from kitaisreal/dictionaries-standardize-exceptions 2021-04-11 12:05:59 +03:00
DictionarySourceFactory.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DictionarySourceHelpers.cpp Merge pull request #22961 from kitaisreal/dictionaries-standardize-exceptions 2021-04-11 12:05:59 +03:00
DictionarySourceHelpers.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DictionaryStructure.cpp Minor code modification 2021-05-08 22:17:46 +03:00
DictionaryStructure.h Fix gcc build 2021-05-09 20:19:07 +03:00
DirectDictionary.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
DirectDictionary.h Add interface for rate of found elements in the dictionaries 2021-05-08 17:09:01 +03:00
ExecutableDictionarySource.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
ExecutableDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
ExecutablePoolDictionarySource.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
ExecutablePoolDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
ExternalQueryBuilder.cpp Dictionaries standardize exceptions 2021-04-10 21:48:36 +03:00
ExternalQueryBuilder.h Store copies instead of refs in ExternalQueryBuilder instances 2020-12-21 03:27:35 +04:00
FileDictionarySource.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-27 15:44:12 +03:00
FileDictionarySource.h Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
FlatDictionary.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
FlatDictionary.h Merge branch 'master' of github.com:yandex/ClickHouse into normalize-bigint 2021-05-09 18:54:29 +03:00
getDictionaryConfigurationFromAST.cpp Check MIN/MAX attributes in the list of dictionary attributes 2021-05-08 08:59:47 +03:00
getDictionaryConfigurationFromAST.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HashedDictionary.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
HashedDictionary.h Merge pull request #23979 from azat/dict-preallocate 2021-05-11 20:15:46 +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 Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
HTTPDictionarySource.h Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
ICacheDictionaryStorage.h SSDCacheDictionary remove max_stored_keys option 2021-03-18 12:55:17 +03:00
IDictionary.h Add interface for rate of found elements in the dictionaries 2021-05-08 17:09:01 +03:00
IDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
IPAddressDictionary.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
IPAddressDictionary.h Merge branch 'master' of github.com:yandex/ClickHouse into normalize-bigint 2021-05-09 18:54:29 +03:00
LibraryDictionarySource.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-27 15:44:12 +03:00
LibraryDictionarySource.h Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
MongoDBDictionarySource.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
MongoDBDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
MySQLDictionarySource.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
MySQLDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
PolygonDictionary.cpp Count found keys for PolygonDictionary 2021-05-08 17:09:01 +03:00
PolygonDictionary.h Add interface for rate of found elements in the dictionaries 2021-05-08 17:09:01 +03:00
PolygonDictionaryImplementations.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +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 Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
PostgreSQLDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
RangeDictionaryBlockInputStream.h Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
RangeHashedDictionary.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
RangeHashedDictionary.h Merge branch 'master' of github.com:yandex/ClickHouse into normalize-bigint 2021-05-09 18:54:29 +03:00
readInvalidateQuery.cpp Dictionaries standardize exceptions 2021-04-10 21:48:36 +03:00
readInvalidateQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RedisBlockInputStream.cpp Untangle UUID 2021-05-04 01:59:38 +03:00
RedisBlockInputStream.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
RedisDictionarySource.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
RedisDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
registerCacheDictionaries.cpp Dictionaries update file path restrictions 2021-05-27 00:17:45 +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 update file path restrictions 2021-05-27 00:17:45 +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 Dictionaries update file path restrictions 2021-05-27 00:17:45 +03:00
XDBCDictionarySource.h Fix google-default-arguments in IDictionarySource with loadAllWithSizeHint() 2021-05-10 07:41:49 +03:00
ya.make Fix arcadia build S3 2021-04-15 12:31:09 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00