ClickHouse/dbms/src/Dictionaries
2019-10-16 17:59:52 +03:00
..
Embedded Remove redundant classes 2019-09-26 19:12:15 +03:00
tests Convert AST to Abstract configuration 2019-10-15 15:16:19 +03:00
CacheDictionary_generate1.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CacheDictionary_generate2.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CacheDictionary_generate3.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CacheDictionary.cpp Improve error handling in cache dictionaries: 2019-08-30 12:50:38 +03:00
CacheDictionary.h Improve error handling in cache dictionaries: 2019-08-30 12:50:38 +03:00
CacheDictionary.inc.h Remove runtime factory and remove one redundant object 2019-09-26 13:08:38 +03:00
ClickHouseDictionarySource.cpp Compilable code 2019-10-10 23:47:47 +03:00
ClickHouseDictionarySource.h Compilable code 2019-10-10 23:47:47 +03:00
CMakeLists.txt Merge branch 'merging_redis' of https://github.com/CurtizJ/ClickHouse into CurtizJ-merging_redis 2019-09-25 02:27:05 +03:00
ComplexKeyCacheDictionary_createAttributeWithType.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_generate1.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_generate2.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_generate3.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_setAttributeValue.cpp Fix bug with memory allocation for string fields in complex key cache dictionary 2019-08-12 12:37:48 +03:00
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary.h Do not use iterators in find() and emplace() methods of hash tables. 2019-09-24 17:44:35 +03:00
ComplexKeyHashedDictionary.cpp Do not use iterators in find() and emplace() methods of hash tables. 2019-09-24 17:44:35 +03:00
ComplexKeyHashedDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryBlockInputStreamBase.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryBlockInputStreamBase.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryFactory.cpp Almost working 2019-10-16 17:59:52 +03:00
DictionaryFactory.h Add loading of external dictionaries 2019-10-15 17:09:57 +03:00
DictionarySourceFactory.cpp Preparing databases for dictionaries 2019-10-10 20:33:01 +03:00
DictionarySourceFactory.h Preparing databases for dictionaries 2019-10-10 20:33:01 +03:00
DictionarySourceHelpers.cpp clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
DictionarySourceHelpers.h clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
DictionaryStructure.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryStructure.h Include Field.h in less files. 2019-10-08 16:23:24 +03:00
ExecutableDictionarySource.cpp Compilable code 2019-10-10 23:47:47 +03:00
ExecutableDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ExternalQueryBuilder.cpp Better fix: removed old and bad code #6069 2019-07-20 02:10:55 +03:00
ExternalQueryBuilder.h Better fix: removed old and bad code #6069 2019-07-20 02:10:55 +03:00
FileDictionarySource.cpp Compilable code 2019-10-10 23:47:47 +03:00
FileDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
FlatDictionary.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
FlatDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
getDictionaryConfigurationFromAST.cpp Half working code 2019-10-15 21:04:17 +03:00
getDictionaryConfigurationFromAST.h Add loading of external dictionaries 2019-10-15 17:09:57 +03:00
HashedDictionary.cpp Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
HashedDictionary.h Return SparseHashed name (system.dictionaries:type) for the sparse_hashed layout 2019-10-09 11:11:41 +03:00
HTTPDictionarySource.cpp Compilable code 2019-10-10 23:47:47 +03:00
HTTPDictionarySource.h cosmetic 2019-09-26 05:34:22 +02:00
IDictionary_fwd.h Almost working 2019-10-16 17:59:52 +03:00
IDictionary.h Preparing databases for dictionaries 2019-10-10 20:33:01 +03:00
IDictionarySource.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
LibraryDictionarySource.cpp Allow to use library dictionary source with ASan. May impose troubles. 2019-08-14 03:26:38 +03:00
LibraryDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
LibraryDictionarySourceExternal.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
LibraryDictionarySourceExternal.h Shared Library Dict Logging: Replace multiple functions with single one and add logging examples into test libraries 2018-06-06 23:21:16 +03:00
MongoDBBlockInputStream.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
MongoDBBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MongoDBDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MongoDBDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MySQLDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MySQLDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
RangeDictionaryBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
RangeHashedDictionary.cpp Do not use iterators in find() and emplace() methods of hash tables. 2019-09-24 17:44:35 +03:00
RangeHashedDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
readInvalidateQuery.cpp Fixed error 2019-03-04 22:04:35 +03:00
readInvalidateQuery.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
RedisBlockInputStream.cpp better code in Redis external dictionary 2019-09-17 20:57:48 +03:00
RedisBlockInputStream.h better code in Redis external dictionary 2019-09-17 20:57:48 +03:00
RedisDictionarySource.cpp better code in Redis external dictionary 2019-09-17 20:57:48 +03:00
RedisDictionarySource.h fix build 2019-09-17 17:16:07 +03:00
registerDictionaries.cpp Add tests 2019-02-12 12:23:22 +03:00
registerDictionaries.h CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +03:00
TrieDictionary.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
TrieDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
writeParenthesisedString.cpp clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
writeParenthesisedString.h clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
XDBCDictionarySource.cpp Compilable code 2019-10-10 23:47:47 +03:00
XDBCDictionarySource.h Two more fixes for PVS-Studio 2019-07-08 03:51:43 +03:00