ClickHouse/dbms/src/Dictionaries
Nikita Mikhaylov d93b0d5030 more
2019-12-23 14:47:20 +03:00
..
Embedded More languages for regions 2019-12-12 22:34:58 +03:00
tests More GCC warnings 2019-12-16 23:19:50 +02: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 more 2019-12-23 14:47:20 +03:00
CacheDictionary.h more 2019-12-23 14:47:20 +03:00
CacheDictionary.inc.h more 2019-12-23 14:47:20 +03:00
ClickHouseDictionarySource.cpp Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
ClickHouseDictionarySource.h Compilable code 2019-10-10 23:47:47 +03:00
CMakeLists.txt Fix shared build 2019-12-10 23:39:36 +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 Very small refactoring for external dictionaries 2019-12-02 18:59:45 +03:00
ComplexKeyHashedDictionary.cpp Unify hash tables interface. 2019-11-06 00:08:04 +08:00
ComplexKeyHashedDictionary.h Very small refactoring for external dictionaries 2019-12-02 18:59:45 +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 restrections for several sources of external dictionaries 2019-12-10 20:27:29 +03:00
DictionaryFactory.h Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
DictionarySourceFactory.cpp Add restrections for several sources of external dictionaries 2019-12-10 20:27:29 +03:00
DictionarySourceFactory.h Add restrections for several sources of external dictionaries 2019-12-10 20:27:29 +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 Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +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 Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
FileDictionarySource.h Add restrections for several sources of external dictionaries 2019-12-10 20:27:29 +03:00
FlatDictionary.cpp Add tests for non standart dictionaries and fix bugs 2019-10-21 19:05:45 +03:00
FlatDictionary.h Very small refactoring for external dictionaries 2019-12-02 18:59:45 +03:00
getDictionaryConfigurationFromAST.cpp Add ability to work with different types besides Date in RangeHashed external dictionary created from DDL query. 2019-12-18 19:26:46 +03:00
getDictionaryConfigurationFromAST.h Refactoring of using ExternalLoader in dictionary DDL: 2019-12-12 21:45:58 +03:00
HashedDictionary.cpp Unify hash tables interface. 2019-11-06 00:08:04 +08:00
HashedDictionary.h Very small refactoring for external dictionaries 2019-12-02 18:59:45 +03:00
HTTPDictionarySource.cpp Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
HTTPDictionarySource.h Add restrections for several sources of external dictionaries 2019-12-10 20:27:29 +03:00
IDictionary.h Very small refactoring for external dictionaries 2019-12-02 18:59:45 +03:00
IDictionarySource.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
LibraryDictionarySource.cpp Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
LibraryDictionarySource.h Add restrections for several sources of external dictionaries 2019-12-10 20:27:29 +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 Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
MongoDBDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MySQLDictionarySource.cpp Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +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 More GCC warnings 2019-12-16 23:19:50 +02:00
RangeHashedDictionary.h Very small refactoring for external dictionaries 2019-12-02 18:59:45 +03:00
readInvalidateQuery.cpp Replace pointer with reference in SettingsCollection<T>::MemberInfos::findStrict(). 2019-11-17 03:51:51 +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 Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
RedisDictionarySource.h fix build 2019-09-17 17:16:07 +03:00
registerDictionaries.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerDictionaries.h More GCC warnings 2019-12-16 23:19:50 +02:00
TrieDictionary.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
TrieDictionary.h Very small refactoring for external dictionaries 2019-12-02 18:59:45 +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 Merge branch 'master' into MoreGCCWarnings 2019-12-18 02:01:39 +03:00
XDBCDictionarySource.h Two more fixes for PVS-Studio 2019-07-08 03:51:43 +03:00