prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
16.06k stars 5.38k forks source link

Add documentation for Geospatial types in main types page #23029

Closed aditi-pandit closed 4 months ago

aditi-pandit commented 5 months ago

Presto supports Geo-spatial types and functions https://prestodb.io/docs/current/functions/geospatial.html

But there is no reference to these types from the main language types page at https://prestodb.io/docs/current/language/types.html

Is there any reason for this ? If not, then please can we include a reference.

aditi-pandit commented 5 months ago

@tdcmeehan @steveburnett

abhinavmuk04 commented 4 months ago

@steveburnett hey looking to possibly pick this up, have you started working on this by any chance?

steveburnett commented 4 months ago

@steveburnett hey looking to possibly pick this up, have you started working on this by any chance?

@abhinavmuk04 no, I have not. Please, be my guest!

abhinavmuk04 commented 4 months ago

@steveburnett Sounds good, is there anything special I may need to know about committing to Presto HTML Files

steveburnett commented 4 months ago

@steveburnett Sounds good, is there anything special I may need to know about committing to Presto HTML Files

The files are in presto-docs, and are written in ReStructured Text (RST).

The Presto docs README should answer all of your questions about authoring Presto docs. If it doesn't, ask me or others (and then I'll likely update the README).