ClickHouse/src/Dictionaries
2020-05-23 20:52:11 +03:00
..
Embedded find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00
tests Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
CacheDictionary_generate1.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
CacheDictionary_generate2.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
CacheDictionary_generate3.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
CacheDictionary.cpp Progress on task 2020-05-23 20:52:11 +03:00
CacheDictionary.h mvp 2020-04-17 20:01:18 +03:00
CacheDictionary.inc.h Fix MSan failure in cache dictionary 2020-05-12 08:43:42 +03:00
ClickHouseDictionarySource.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/' 2020-05-23 19:58:15 +03:00
ClickHouseDictionarySource.h fixed some remarks from review 2020-04-17 22:54:53 +03:00
CMakeLists.txt Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
ComplexKeyCacheDictionary_createAttributeWithType.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ComplexKeyCacheDictionary_generate1.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
ComplexKeyCacheDictionary_generate2.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
ComplexKeyCacheDictionary_generate3.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
ComplexKeyCacheDictionary_setAttributeValue.cpp Checkpoint 2020-04-22 10:03:43 +03:00
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ComplexKeyCacheDictionary.cpp Checkpoint 2020-04-22 10:03:43 +03:00
ComplexKeyCacheDictionary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ComplexKeyDirectDictionary.cpp fixed style and build fails 2020-05-13 01:52:56 +03:00
ComplexKeyDirectDictionary.h bug fixes 2020-05-12 15:39:44 +03:00
ComplexKeyHashedDictionary.cpp Checkpoint 2020-04-22 10:03:43 +03:00
ComplexKeyHashedDictionary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DictionaryBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +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 Progress on task 2020-05-23 20:52:11 +03:00
DictionaryFactory.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DictionarySourceFactory.cpp fixed some remarks from review 2020-04-17 22:54:53 +03:00
DictionarySourceFactory.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DictionarySourceHelpers.cpp minor fixes 2020-04-21 01:17:53 +03:00
DictionarySourceHelpers.h fixed some remarks from review 2020-04-17 22:54:53 +03:00
DictionaryStructure.cpp Checkpoint 2020-04-22 08:39:31 +03:00
DictionaryStructure.h minor changes 2020-04-09 17:38:01 +03:00
DirectDictionary.cpp added exception for not supporting selective load to Direct Dictionary 2020-05-12 15:41:47 +03:00
DirectDictionary.h fixes relevant to review 2020-05-07 00:59:31 +03:00
ExecutableDictionarySource.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 20:09:37 +03:00
ExecutableDictionarySource.h Merge branch 'master' into direct_queries 2020-04-09 17:29:37 +03:00
ExternalQueryBuilder.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalQueryBuilder.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FileDictionarySource.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 20:09:37 +03:00
FileDictionarySource.h fixed some remarks from review 2020-04-17 22:54:53 +03:00
FlatDictionary.cpp Checkpoint 2020-04-22 10:03:43 +03:00
FlatDictionary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getDictionaryConfigurationFromAST.cpp Draft of ComplexKeyDirectDictionary layout 2020-05-10 02:53:01 +03:00
getDictionaryConfigurationFromAST.h Fix dictionary name (RELOAD and system.dictionaries) after DETACH/ATTACH 2020-04-21 21:03:12 +03:00
HashedDictionary.cpp Fixed error 2020-04-22 21:41:19 +03:00
HashedDictionary.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
HTTPDictionarySource.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 20:09:37 +03:00
HTTPDictionarySource.h Merge branch 'master' into direct_queries 2020-04-09 17:29:37 +03:00
IDictionary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IDictionarySource.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
LibraryDictionarySource.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 20:09:37 +03:00
LibraryDictionarySource.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
LibraryDictionarySourceExternal.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
LibraryDictionarySourceExternal.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MongoDBBlockInputStream.cpp Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
MongoDBBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MongoDBDictionarySource.cpp fixup 2020-05-19 23:12:10 +03:00
MongoDBDictionarySource.h fixup 2020-05-19 23:12:10 +03:00
MySQLDictionarySource.cpp Progress on task 2020-05-23 20:52:11 +03:00
MySQLDictionarySource.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
PolygonDictionary.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
PolygonDictionary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RangeDictionaryBlockInputStream.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RangeHashedDictionary.cpp Checkpoint 2020-04-22 10:03:43 +03:00
RangeHashedDictionary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
readInvalidateQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
readInvalidateQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RedisBlockInputStream.cpp Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
RedisBlockInputStream.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
RedisDictionarySource.cpp Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
RedisDictionarySource.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
registerDictionaries.cpp Draft of ComplexKeyDirectDictionary layout 2020-05-10 02:53:01 +03:00
registerDictionaries.h Draft of ComplexKeyDirectDictionary layout 2020-05-10 02:53:01 +03:00
TrieDictionary.cpp Checkpoint 2020-04-22 10:03:43 +03:00
TrieDictionary.h dbms/ → src/ 2020-04-03 18:14:31 +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 find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_[^\W_]+\([^,]+, [^<+)"]+\);' | xargs sed -i -r -e 's/(LOG_[^\W_]+)\(([^,]+), ([^<+)"]+)\);/\1_FORMATTED(\2, \3);/' 2020-05-23 20:29:56 +03:00
XDBCDictionarySource.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make fixed yandex synchonization error 2020-05-15 12:16:01 +03:00
ya.make.in Fix "Arcadia" build 2020-05-07 23:40:18 +03:00