DoomzD
|
317cbdee2b
|
Add polygonsEquals and polygonsSymDifference
|
2021-03-11 15:08:17 +03:00 |
|
DoomzD
|
c0c8e20c4d
|
Add polygonArea and polygonConvexHull functions
|
2021-03-11 15:08:17 +03:00 |
|
Alexey Ilyukhov
|
05953f4cfa
|
Add readWkt, svg
|
2021-03-11 15:08:17 +03:00 |
|
Alexey Ilyukhov
|
938ca6866d
|
Fix less outstanding but still wrong code again
|
2021-03-11 15:08:17 +03:00 |
|
DoomzD
|
32f67a0fe5
|
Fix polygonsUnion first output polygon
|
2021-03-11 15:08:17 +03:00 |
|
DoomzD
|
bc1566b1f1
|
Add polygonsUnion function
|
2021-03-11 15:08:17 +03:00 |
|
DoomzD
|
aafceae019
|
Working version of polygonsIntersection
|
2021-03-11 15:08:17 +03:00 |
|
Alexey Ilyukhov
|
31f8e6330c
|
Fix less outstanding but still wrong code
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
97a9110ad9
|
Fix outstandingly wrong code
|
2021-03-11 15:08:16 +03:00 |
|
DoomzD
|
50c59cc922
|
debug polygons intersection
|
2021-03-11 15:08:16 +03:00 |
|
DoomzD
|
249b94a7cd
|
register function polygons intersection
|
2021-03-11 15:08:16 +03:00 |
|
DoomzD
|
13b841f6de
|
Add polygons intersection function
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
d46998e114
|
Add remaining geo -> col
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
1259457695
|
Start adding geo -> col
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
e3290ecc78
|
help
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
afad9bf4d0
|
Trying to fix wkt
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
3be3d5cde8
|
Move all data types to header
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
e6f18d564d
|
Add missing header
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
fe83825211
|
Plz hekb
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
d0d6e6953c
|
Fix build; add wkt
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
14a891057d
|
Add other parsers
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
78e0db268c
|
Add ring parser
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
33acc2aa5d
|
fix
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
6d59be5ea4
|
Rewrite interface
|
2021-03-11 15:08:16 +03:00 |
|
Alexey Ilyukhov
|
9376b676e9
|
Add parseGeometry interface
|
2021-03-11 15:08:16 +03:00 |
|
alexey-milovidov
|
647246006a
|
Merge pull request #21533 from ClickHouse/podarray-cleanup
Cleanup PODArray
|
2021-03-11 04:34:25 +03:00 |
|
Maksim Kita
|
583b25b68e
|
Merge pull request #21513 from kitaisreal/direct-dictionary-fix
DirectDictionary updated
|
2021-03-11 00:01:01 +03:00 |
|
tavplubix
|
26ebd54eaf
|
Merge pull request #20961 from havardk/reconnect
MaterializeMySQL: Attempt to reconnect to MySQL if the connection is lost
|
2021-03-10 20:07:11 +03:00 |
|
Alexander Kuzmenkov
|
b399f80b7e
|
Merge pull request #21572 from ClickHouse/aku/frame-typo
fix a typo in window functions frame
|
2021-03-10 13:38:39 +03:00 |
|
Vladimir
|
33dce1296b
|
Merge pull request #20392 from vdimir/cross-to-inner-join-rewrite
|
2021-03-10 09:53:55 +03:00 |
|
alexey-milovidov
|
f4db00bdb2
|
Merge pull request #21546 from kitaisreal/shell-command-wait-pid-signal-eintr-fix
ShellCommand waitpid eintr signal fix
|
2021-03-10 09:12:53 +03:00 |
|
Maksim Kita
|
9509516e3c
|
Fixed tests
|
2021-03-10 01:26:06 +03:00 |
|
Alexander Kuzmenkov
|
8c5240e3a0
|
fix a typo in window functions frame
|
2021-03-10 01:24:46 +03:00 |
|
Maksim Kita
|
5e03418651
|
Added performance tests
|
2021-03-09 23:50:36 +03:00 |
|
Maksim Kita
|
ed295a934c
|
Fixed tests
|
2021-03-09 23:50:36 +03:00 |
|
Maksim Kita
|
f9b0fdad14
|
Fixed tests
|
2021-03-09 23:50:36 +03:00 |
|
Maksim Kita
|
b5f51e0ca6
|
Fixed style check
|
2021-03-09 23:50:06 +03:00 |
|
Maksim Kita
|
45879472d3
|
DirectDictionary updated
|
2021-03-09 23:49:34 +03:00 |
|
tavplubix
|
5a6cc876e4
|
Merge pull request #20626 from ClickHouse/fix_force_drop_materialized_view
Make force_drop_table work with MaterializedView
|
2021-03-09 20:05:51 +03:00 |
|
Maksim Kita
|
43ba554191
|
Merge pull request #20595 from kitaisreal/cache-dictionaries-lru-cache
Cache dictionaries lru cache
|
2021-03-09 19:14:30 +03:00 |
|
alesapin
|
bcd073278d
|
Merge pull request #21425 from ClickHouse/persistent_nukeeper_snapshot_storage
Persistent nukeeper snapshot storage
|
2021-03-09 18:37:23 +03:00 |
|
alesapin
|
bbfb6c385d
|
Merge pull request #21544 from nicelulu/fix_fd_ready
Fix incorrect fd_ready assignment in NuKeeperTCPHandler.
|
2021-03-09 18:23:24 +03:00 |
|
Alexander Kuzmenkov
|
0de89e2925
|
Merge pull request #19401 from CurtizJ/aggregating-in-order
Try improve performance of aggregation in order of sorting key
|
2021-03-09 16:53:32 +03:00 |
|
Maksim Kita
|
289712f19d
|
Merge pull request #21532 from kitaisreal/pod-array-left-pad-not-multiple-of-element-crash-fix
Pod array left pad not multiple of element crash fix
|
2021-03-09 14:14:52 +03:00 |
|
Maksim Kita
|
8dd52f087e
|
Fixed PODArray
|
2021-03-09 14:14:31 +03:00 |
|
Alexander Kuzmenkov
|
4b0cbb6ed7
|
Update FinishAggregatingInOrderAlgorithm.h
|
2021-03-09 13:43:06 +03:00 |
|
Maksim Kita
|
882dde56ea
|
ShellCommand waitpid eintr signal fix
|
2021-03-09 13:13:19 +03:00 |
|
zhangxiao871
|
846f5a93a9
|
Fix incorrect fd_ready assignment in NuKeeperTCPHandler.
|
2021-03-09 17:42:27 +08:00 |
|
vdimir
|
36006a7e96
|
Merge branch 'master' into cross-to-inner-join-rewrite
|
2021-03-09 09:36:15 +03:00 |
|
Vladimir
|
6ec19b2632
|
Merge pull request #19885 from ClickHouse/vdimir/join-cast-types-v2
|
2021-03-09 09:30:50 +03:00 |
|