mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
SQL: Add support for shape type (#46464)
Enables support for Cartesian geometries shape type. We still need to decide how to handle the distance function since it is currently using the haversine distance formula and returns results in meters, which doesn't make any sense for Cartesian geometries. Closes #46412 Relates to #43644
This commit is contained in:
parent
b42923f339
commit
76de93c258
20 changed files with 146 additions and 114 deletions
|
@ -83,6 +83,7 @@ s|SQL precision
|
|||
| interval_minute_to_second | 23
|
||||
| geo_point | 52
|
||||
| geo_shape | 2,147,483,647
|
||||
| shape | 2,147,483,647
|
||||
|
||||
|===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue