xarray-sql icon indicating copy to clipboard operation
xarray-sql copied to clipboard

Create Xarray Executor

Open alxmrs opened this issue 2 years ago • 1 comments

Idea for creation: subclass the python executor.

https://github.com/tobymao/sqlglot/blob/main/sqlglot/executor/python.py

Implement an alternative way to scan through a Table that has an Xarray dataset in it.

alxmrs avatar Nov 26 '23 22:11 alxmrs

This may be stale. Though, this can be adapted to include a xql integration.

alxmrs avatar Mar 12 '24 15:03 alxmrs

Arrow/DataFusion is a better fit than sqlglot.

alxmrs avatar Jul 24 '25 18:07 alxmrs