forked from prestodb/presto
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functions to encode/decode Google polylines
* Support the popular and efficient Google polyline format by adding GeoFunctions - "google_decode_polyline" that decodes a Google polyline string into an array of ST_Points, specifying an optional precision - "google_encode_polyline" that encodes an array of ST_Points into a Google polyline string, specifying an optional precision Implements prestodb#23998
- Loading branch information
Showing
2 changed files
with
177 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters