ClickHouse/dbms/src/Dictionaries
2019-11-06 00:08:04 +08:00
..
Embedded Remove redundant classes 2019-09-26 19:12:15 +03:00
tests Add tests for non standart dictionaries and fix bugs 2019-10-21 19:05:45 +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 Add tests for non standart dictionaries and fix bugs 2019-10-21 19:05:45 +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 Fix shared build 2019-10-22 19:47:11 +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 Unify hash tables interface. 2019-11-06 00:08:04 +08:00
ComplexKeyCacheDictionary.h Unify hash tables interface. 2019-11-06 00:08:04 +08:00
ComplexKeyHashedDictionary.cpp Unify hash tables interface. 2019-11-06 00:08:04 +08: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 Add tests for non standart dictionaries and fix bugs 2019-10-21 19:05:45 +03:00
DictionaryFactory.h Add tests for non standart dictionaries and fix bugs 2019-10-21 19:05:45 +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 Add tests for non standart dictionaries and fix bugs 2019-10-21 19:05:45 +03:00
FlatDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
getDictionaryConfigurationFromAST.cpp Review fixes 2019-10-22 13:47:43 +03:00
getDictionaryConfigurationFromAST.h Remove accident cerr 2019-10-21 17:00:18 +03:00
HashedDictionary.cpp Unify hash tables interface. 2019-11-06 00:08:04 +08: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.h Less diff 2019-10-21 17:20:42 +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 Unify hash tables interface. 2019-11-06 00:08:04 +08: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 Add tests for non standart dictionaries and fix bugs 2019-10-21 19:05:45 +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