yutannihilation opened a new pull request, #449:
URL: https://github.com/apache/sedona-db/pull/449

   Part of https://github.com/apache/sedona-db/issues/126
   
   This pull request applies the `SRIDifiedKernel` wrapper implemented in 
https://github.com/apache/sedona-db/pull/275 to `ST_GeomFromWKT` and 
`ST_GeogFromWKT`.
   
   ```sql
   > SELECT ST_SRID(ST_GeomFromText('POINT(40.7128 -74.0060)', 4326));
   ┌──────────────────────────────────────────────────────────────────────┐
   │ st_srid(st_geomfromwkt(Utf8("POINT(40.7128 -74.0060)"),Int64(4326))) │
   │                                uint32                                │
   ╞══════════════════════════════════════════════════════════════════════╡
   │                                                                 4326 │
   └──────────────────────────────────────────────────────────────────────┘
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to