ClickHouse/src/Dictionaries
2021-04-10 19:53:21 +03:00
..
Embedded Remove namespace pollution 2020-05-31 00:57:37 +03:00
tests Updated tests and documentation 2021-03-26 18:42:32 +03:00
CacheDictionary.cpp DirectDictionary dictGet multiple columns optimization 2021-04-05 01:26:26 +03:00
CacheDictionary.h Updated interfaces 2021-04-01 00:12:21 +03:00
CacheDictionaryStorage.h Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
CacheDictionaryUpdateQueue.cpp Fixed build 2021-03-06 14:36:37 +03:00
CacheDictionaryUpdateQueue.h Updated interfaces 2021-04-01 00:12:21 +03:00
CassandraBlockInputStream.cpp MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +03:00
CassandraBlockInputStream.h fix gcc warnings 2020-06-04 16:03:06 +03:00
CassandraDictionarySource.cpp Fix server restart after stress test 2020-08-15 06:10:57 +03:00
CassandraDictionarySource.h fix gcc warnings 2020-06-04 16:03:06 +03:00
CassandraHelpers.cpp cleenup 2020-06-04 00:11:17 +03:00
CassandraHelpers.h try fix sync 2020-06-04 16:59:12 +03:00
ClickHouseDictionarySource.cpp Fixed build 2021-04-04 01:19:57 +03:00
ClickHouseDictionarySource.h ClickHouseDictionarySource loop fix 2021-04-03 00:40:07 +03:00
CMakeLists.txt Fix dictionaries cmake test 2021-03-06 14:36:37 +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 Fix access to the key as an attribute in IPAddressDictionary. 2021-01-30 19:06:54 +03:00
DictionaryFactory.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DictionaryHelpers.h Merge pull request #22521 from kitaisreal/dictionaries-update-field-fix 2021-04-07 23:29:53 +03:00
DictionarySourceFactory.cpp Fix server restart after stress test 2020-08-15 06:10:57 +03:00
DictionarySourceFactory.h Fix typo 2020-08-15 06:28:48 +03:00
DictionarySourceHelpers.cpp Added ExecutablePool dictionary source 2021-03-05 13:17:45 +03:00
DictionarySourceHelpers.h Added ExecutablePool dictionary source 2021-03-05 13:17:45 +03:00
DictionaryStructure.cpp Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
DictionaryStructure.h Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
DirectDictionary.cpp Fixed tests 2021-04-05 11:29:05 +03:00
DirectDictionary.h DirectDictionary dictGet multiple columns optimization 2021-04-05 01:26:26 +03:00
ExecutableDictionarySource.cpp Fixed code review issues 2021-03-06 21:45:51 +03:00
ExecutableDictionarySource.h Added ExecutablePool dictionary source 2021-03-05 13:17:45 +03:00
ExecutablePoolDictionarySource.cpp ExecutablePool fix default max execution time setting 2021-03-12 15:37:56 +03:00
ExecutablePoolDictionarySource.h Fixed code review issues 2021-03-06 21:45:51 +03:00
ExternalQueryBuilder.cpp slightly better performance 2021-03-13 21:05:18 +03:00
ExternalQueryBuilder.h Store copies instead of refs in ExternalQueryBuilder instances 2020-12-21 03:27:35 +04:00
FileDictionarySource.cpp Update FileDictionarySource.cpp 2021-04-07 21:42:09 +03:00
FileDictionarySource.h fixed some remarks from review 2020-04-17 22:54:53 +03:00
FlatDictionary.cpp FlatDictionary added layout options initial_array_size, max_array_size 2021-04-04 16:30:48 +03:00
FlatDictionary.h Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
getDictionaryConfigurationFromAST.cpp Added comment 2021-02-17 19:24:04 +03:00
getDictionaryConfigurationFromAST.h Implement tcpPort() function literal 2020-11-17 16:24:13 +03:00
HashedDictionary.cpp Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
HashedDictionary.h Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
HierarchyDictionariesUtils.cpp Fixed tests 2021-03-29 16:41:03 +03:00
HierarchyDictionariesUtils.h Added perf tests 2021-03-27 17:00:00 +03:00
HTTPDictionarySource.cpp parallel formatting everywhere 2021-03-15 14:51:24 +03:00
HTTPDictionarySource.h Merge branch 'master' into direct_queries 2020-04-09 17:29:37 +03:00
ICacheDictionaryStorage.h SSDCacheDictionary remove max_stored_keys option 2021-03-18 12:55:17 +03:00
IDictionary.h Update function naming 2021-03-26 18:42:32 +03:00
IDictionarySource.h Updated CacheDictionary 2021-03-06 14:36:37 +03:00
IPAddressDictionary.cpp Merge branch 'master' into hierarchy-dictionaries-updated 2021-03-31 15:55:07 +03:00
IPAddressDictionary.h Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
LibraryDictionarySource.cpp Better way to pass attributes 2021-03-24 19:32:31 +00:00
LibraryDictionarySource.h Better way to pass attributes 2021-03-24 19:32:31 +00:00
LibraryDictionarySourceExternal.cpp Modified SharedLibrary interface 2021-03-14 14:29:02 +03:00
LibraryDictionarySourceExternal.h Fix comments 2021-04-04 12:33:06 +03:00
MongoDBDictionarySource.cpp Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
MongoDBDictionarySource.h Fixes 2020-06-26 17:28:00 +03:00
MySQLDictionarySource.cpp Better names 2021-04-02 16:12:14 +00:00
MySQLDictionarySource.h Better names 2021-04-02 16:12:14 +00:00
PolygonDictionary.cpp Merge branch 'master' into hierarchy-dictionaries-updated 2021-03-31 15:55:07 +03:00
PolygonDictionary.h Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
PolygonDictionaryImplementations.cpp PolygonDictionary added nullable support 2021-03-21 18:09:47 +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 Add namespace, simplify names 2021-03-27 20:14:02 +00:00
PostgreSQLDictionarySource.h Add namespace, simplify names 2021-03-27 20:14:02 +00:00
RangeDictionaryBlockInputStream.h Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
RangeHashedDictionary.cpp Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
RangeHashedDictionary.h Dictionary added Decimal256 attribute type support 2021-04-10 19:53:21 +03:00
readInvalidateQuery.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
readInvalidateQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RedisBlockInputStream.cpp Saturation for DateTime 2021-03-15 23:40:33 +03:00
RedisBlockInputStream.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
RedisDictionarySource.cpp add support of cache layout for redis dictionaries with complex key 2020-10-14 22:57:07 +03:00
RedisDictionarySource.h add support of cache layout for redis dictionaries with complex key 2020-10-14 22:57:07 +03:00
registerCacheDictionaries.cpp SSDCacheDictionary remove max_stored_keys option 2021-03-18 12:55:17 +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 Fixed typos 2021-03-23 18:14:22 +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 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge 2021-03-17 13:32:43 +00:00
XDBCDictionarySource.h Fix split build finally 2021-03-12 21:12:34 +00:00
ya.make Refactored hierarchy dictionaries interface 2021-03-26 18:42:32 +03:00
ya.make.in Update ya.make.in 2021-03-06 14:38:27 +03:00