yoavcloud commented on PR #1500:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1500#issuecomment-2486684910

   @gaoqiangz I've been working on a similar addition, it's great to see you 
beat me to it :-) One thing I added in my (unpublished) work is data-type 
specific methods. For example:
   `SELECT geography::STGeomFromText('POLYGON((-122.358 47.653, -122.348 
47.649, -122.348 47.658, -122.358 47.658, -122.358 47.653))', 4326).STAsText() 
FROM customers` 
   
   How would you support the `geography` data type here? In my code I added it 
as a `namespace` field. I'm trying to avoid expanding ObjectName. Do you think 
that can work in your code too?
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to