Commit Graph

19 Commits

Author SHA1 Message Date
Azat Khuzhin
4e76629aaf Fixes for -Wshorten-64-to-32
- lots of static_cast
- add safe_cast
- types adjustments
  - config
  - IStorage::read/watch
  - ...
- some TODO's (to convert types in future)

P.S. That was quite a journey...

v2: fixes after rebase
v3: fix conflicts after #42308 merged
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-21 13:25:19 +02:00
Robert Schulze
0753fd1c77
Consolidate config_functions.h into config.h
Less duplication, less confusion ...
2022-09-28 12:48:26 +00:00
Li Yin
4088c0a7f3 Automated function registration
Automated register all functions with below naming convention by
iterating through the symbols:
void DB::registerXXX(DB::FunctionFactory &)
2022-07-29 15:39:50 +08:00
Nikolay Degterinsky
8c1c3f0ce8 Small fix 2022-01-19 10:31:04 +00:00
Nikolay Degterinsky
3a414eb1da Fix detectLanguage 2022-01-18 21:32:32 +00:00
Nikolay Degterinsky
6424311773 Fix 2022-01-17 10:01:06 +00:00
Nikolay Degterinsky
1c24667f20 Refactor 2022-01-12 16:49:21 +00:00
Nikolay Degterinsky
85b8985df2 Better 2022-01-10 20:30:26 +00:00
Nikolay Degterinsky
3dfba6f223 Fix style 2021-12-30 03:46:57 +00:00
Nikolay Degterinsky
b9a75bc39c Fix build 2021-12-30 03:15:21 +00:00
Nikolay Degterinsky
ba0083736e Change DetectLanguageMixed output type 2021-12-30 02:14:57 +00:00
Nikolay Degterinsky
52b18b0c56 Refactor 2021-12-23 14:10:12 +00:00
s-kat
eda5b4472a Fix USE_CLD2 2021-05-31 20:11:07 +03:00
s-kat
c277e57696 Try to build 2021-05-31 19:01:28 +03:00
s-kat
b96bb08ef9 Try to build 2021-05-31 18:30:30 +03:00
s-kat
214b7eebd3 Fix FunctionsLanguageDetect.cpp 2021-05-31 17:18:11 +03:00
s-kat
51fab4c669 Change cmake files 2021-05-31 16:38:51 +03:00
s-kat
9947f557c8 Fix ya.make 2021-05-27 12:16:30 +03:00
s-kat
62f8b8f0c8 New features draft 2021-05-23 19:39:40 +03:00