Raúl Marín
|
e87b9751bd
|
Cleanup some known short messages
|
2023-12-26 12:58:50 +01: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 |
|
bharatnc
|
b7678c1bc1
|
fix s2 functions having const columns
|
2022-02-18 22:42:27 -08:00 |
|
bharatnc
|
d666b2250c
|
fix failing tests
|
2022-02-05 19:15:20 -08:00 |
|
bharatnc
|
8ba93354b0
|
check and get column for s2 funcs
|
2022-02-05 16:29:02 -08:00 |
|
bharatnc
|
b9787f730e
|
use prefix increment for rows
|
2021-12-19 20:32:52 -08:00 |
|
bharatnc
|
15c555c161
|
simplify looping in S2 functions
Previously replaced range based for loops in H3 functions with simple
for loops based on review. Similarly doing the same for the S2 functions
also.
|
2021-12-19 20:00:28 -08:00 |
|
Alexey Milovidov
|
8b4a6a2416
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Pavel Kruglov
|
b841a96c39
|
Refactor code
|
2021-08-10 14:31:15 +03:00 |
|
Nikita Mikhaylov
|
1b4f60a0f6
|
fix fuzzer
|
2021-07-13 10:51:35 +00:00 |
|
Nikita Mikhaylov
|
fbf529411b
|
fix tests
|
2021-07-13 10:51:35 +00:00 |
|
Nikita Mikhaylov
|
67fecc55a9
|
add tests
|
2021-07-13 10:50:39 +00:00 |
|