This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-19 06:01:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dcabbc95ed
ClickHouse
/
tests
/
queries
/
0_stateless
/
01700_point_in_polygon_ubsan.sql
2 lines
94 B
MySQL
Raw
Normal View
History
Unescape
Escape
Update 01700_point_in_polygon_ubsan.sql
2021-02-03 18:26:03 +00:00
SELECT
pointInPolygon
(
(
0
,
0
)
,
[
[
(
0
,
0
)
,
(
10
,
10
)
,
(
256
,
-
9223372036854775808
)
]
]
)
FORMAT
Null
;
Reference in New Issue
Copy Permalink