jiayuasu commented on PR #2254:
URL: https://github.com/apache/sedona/pull/2254#issuecomment-3169346215

   I don't think we need constructors like ST_PointFromText because there is no 
way we can differentiate it from the geometry one.
   
   Please remove these from this PR and instead let's focus on the following 
counterpart functions of the geometry side 
(https://sedona.apache.org/latest/api/sql/Constructor/).
   
   * ST_GeogFromWKB (the Binary type input, not the string type input)
   * ST_GeogFromEWKB (the Binary type input, not the string type input)
   * ST_GeogFromEWKT
   * ST_GeogFromGeohash
   * ST_GeogFromText (alias to ST_GeogFromWKT)
   
   Let's start with ST_GeogFromWKB. Please do one function per PR.
   


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