ClickHouse/dbms/src/Dictionaries
2020-01-28 16:09:30 +03:00
..
Embedded More languages for regions 2019-12-12 22:34:58 +03:00
tests Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07: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 cleanup 2020-01-27 14:18:34 +03:00
CacheDictionary.h returning back 2020-01-27 15:29:26 +03:00
CacheDictionary.inc.h fix race + assert 2020-01-28 16:09:30 +03:00
ClickHouseDictionarySource.cpp Create query context for clickhouse dictionary source. 2019-12-23 12:25:58 +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 Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
ComplexKeyCacheDictionary.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
ComplexKeyHashedDictionary.cpp Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
ComplexKeyHashedDictionary.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
DictionaryBlockInputStream.h Fix some spelling mistakes 2020-01-11 17:51:33 +08: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 Integration of log storages with IDisk interface 2019-12-23 16:11:56 +03:00
FileDictionarySource.h Add restrections for several sources of external dictionaries 2019-12-10 20:27:29 +03:00
FlatDictionary.cpp Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
FlatDictionary.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
getDictionaryConfigurationFromAST.cpp Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
getDictionaryConfigurationFromAST.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
HashedDictionary.cpp Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
HashedDictionary.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07: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 Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
IDictionarySource.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
LibraryDictionarySource.cpp Added quoting of db and table names where appropriate 2019-12-20 19:53:37 +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 Minor addition to previous revision 2019-12-29 22:36:02 +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 Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
RangeHashedDictionary.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07: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 Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
TrieDictionary.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07: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