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
|
7c9a581af6
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
|
bharatnc
|
5e58767de8
|
add check for h3 empty column arguments
|
2022-01-18 22:52:13 -08:00 |
|
Maksim Kita
|
51477adf1b
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
|
Maksim Kita
|
7785eac384
|
Loops remove postfix increment
|
2021-12-20 13:32:13 +03: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 |
|
Maksim Kita
|
edeaa6d6d8
|
Function h3GetFaces optimization
|
2021-09-24 14:06:36 +03:00 |
|
bharatnc
|
b13edbfee8
|
Cast dst_data to ColumnUInt8
|
2021-09-23 12:37:12 -07:00 |
|
bharatnc
|
53a2ebead5
|
Use const auto * and &
|
2021-09-23 11:01:38 -07:00 |
|
bharatnc
|
494c59d2c0
|
Add more review fixes for h3GetFaces
|
2021-09-23 08:58:53 -07:00 |
|
bharatnc
|
727182c3a4
|
Add review fixes
|
2021-09-22 22:50:33 -07:00 |
|
bharatnc
|
bdd9a4a352
|
Fix style check
|
2021-09-21 23:40:56 -07:00 |
|
bharatnc
|
208dfc998a
|
H3 - fix logic to return icosahedron faces
|
2021-09-21 17:39:59 -07:00 |
|
bharatnc
|
8203c5462a
|
Fix a small comment
|
2021-09-21 16:45:29 -07:00 |
|
bharatnc
|
32baa1ddae
|
Fix getH3Faces logic
|
2021-09-21 14:08:09 -07:00 |
|
bharatnc
|
49e6023d65
|
H3 - add func H3GetFaces
|
2021-09-20 19:20:02 -07:00 |
|