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
Robert Schulze
1b81bb49b4
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
...
Official docs:
Some headers from C library were deprecated in C++ and are no longer
welcome in C++ codebases. Some have no effect in C++. For more details
refer to the C++ 14 Standard [depr.c.headers] section. This check
replaces C standard library headers with their C++ alternatives and
removes redundant ones.
2022-05-09 08:23:33 +02:00
bharatnc
7c9a581af6
convert const cols to full cols
2022-02-18 16:34:50 -08:00
bharatnc
d2bc0712f7
h3 explicitly checkAndGetColumn
2022-01-22 23:02:14 -08:00
Alexey Milovidov
8b4a6a2416
Remove cruft
2021-10-28 02:10:39 +03:00
Pavel Kruglov
b841a96c39
Refactor code
2021-08-10 14:31:15 +03:00
Nikita Mikhaylov
224c08b46e
exceptions
2021-07-13 12:54:00 +00:00
Nikita Mikhaylov
d2c8c34229
fix build
2021-07-13 12:10:21 +00:00
Nikita Mikhaylov
5904b5f20b
Update h3toGeo.cpp
2021-07-13 12:10:21 +00:00
Nikita Mikhaylov
cac2aa9699
Revert "Revert "Implement h3ToGeo function""
2021-07-13 12:10:21 +00:00
tavplubix
a6a43ce3ee
Revert "Implement h3ToGeo function"
2021-06-22 17:25:21 +03:00
bharatnc
d073161455
h3ToGeo - try fix msan fuzzer errors
2021-06-14 17:13:53 -07:00
bharatnc
cabd4144da
h3ToGeo - fixes to code
2021-06-14 11:38:38 -07:00
bharatnc
99ae863055
h3ToGeo - few fixes
2021-06-14 11:38:38 -07:00
bharatnc
e96f23d46b
H3 - add function h3ToGeo
2021-06-14 11:38:38 -07:00