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:
Igor Motov 2019-09-25 13:43:05 -04:00 committed by GitHub
parent b42923f339
commit 76de93c258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 146 additions and 114 deletions

View file

@ -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
|===