dask-contrib / dask-sql

Distributed SQL Engine in Python using Dask
https://dask-sql.readthedocs.io/
MIT License
385 stars 71 forks source link

add support for ADQL extensions #138

Open beckermr opened 3 years ago

beckermr commented 3 years ago

This might be interesting for astronomy users.

https://www.ivoa.net/documents/ADQL/20180112/PR-ADQL-2.1-20180112.html

beckermr commented 3 years ago

To be clear, this one is a lot of work and I am not asking anyone else to do this!

nils-braun commented 3 years ago

That looks definitely super cool! I would be very interested in seeing this happen! As I am not so much used to ADQL: if I see it correctly, what is missing are the "geometry" functions - but the general logic of SELECT statements is similar enough to normal SQL, correct?

beckermr commented 3 years ago

That is my understanding as well, but I am also not a user of ADQL.

I agree that the geometry and other special functions are the main target here.